parent
1d55ae11b2
commit
a92585fcb8
8 changed files with 29 additions and 26 deletions
|
|
@ -19,7 +19,7 @@ class User
|
|||
{
|
||||
public function __call($method, $params = array())
|
||||
{
|
||||
$user = $_SESSION['user'];
|
||||
$user = $_SESSION['phpci_user'];
|
||||
|
||||
if (!is_object($user)) {
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue