mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed pandora login in mobile version. Tiquet: #3656
(cherry picked from commit ef4597ee9476e1958dc33625bd9659a94929f2aa)
This commit is contained in:
parent
e4357a1047
commit
5a14da9081
@ -51,8 +51,8 @@ class User {
|
||||
//hack to compatibility with pandora
|
||||
global $config;
|
||||
$config['id_user'] = $this->user;
|
||||
$system->setSessionBase('id_usuario', $this->user);
|
||||
}
|
||||
$system->setSessionBase('id_usuario', $this->user);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user