Change all the "new class" by "new Class"
This commit is contained in:
@@ -132,7 +132,7 @@ class Password
|
||||
static public function cryptPasswd ($password)
|
||||
// {{{
|
||||
{
|
||||
$passwd = new password ();
|
||||
$passwd = new Password ();
|
||||
return $passwd->cryptPassword ($password);
|
||||
}
|
||||
// }}}
|
||||
|
||||
Reference in New Issue
Block a user