Fixed pandora login in mobile version. Tiquet: #3656
This commit is contained in:
parent
a59887707f
commit
ef4597ee94
|
@ -51,8 +51,8 @@ class User {
|
||||||
//hack to compatibility with pandora
|
//hack to compatibility with pandora
|
||||||
global $config;
|
global $config;
|
||||||
$config['id_user'] = $this->user;
|
$config['id_user'] = $this->user;
|
||||||
$system->setSessionBase('id_usuario', $this->user);
|
|
||||||
}
|
}
|
||||||
|
$system->setSessionBase('id_usuario', $this->user);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue