From 5a14da90815e8735ae24374a53ee998b75592291 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 31 May 2016 13:12:18 +0200 Subject: [PATCH] Fixed pandora login in mobile version. Tiquet: #3656 (cherry picked from commit ef4597ee9476e1958dc33625bd9659a94929f2aa) --- pandora_console/mobile/include/user.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/mobile/include/user.class.php b/pandora_console/mobile/include/user.class.php index 50da3360ea..ec65f18f48 100644 --- a/pandora_console/mobile/include/user.class.php +++ b/pandora_console/mobile/include/user.class.php @@ -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); } }