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:
pzinovkin
2009-06-02 17:09:19 +00:00
parent 856040c4ab
commit d40f59fd9e

View File

@ -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);
}
}
?>
?>