property visibility changed, #7
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@97 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
*/
|
||||
class User
|
||||
{
|
||||
static private $user = false;
|
||||
static protected $user = false;
|
||||
|
||||
static function login($login, $password)
|
||||
{
|
||||
@ -116,4 +116,4 @@ class User
|
||||
return $model->getById($id);
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user