Fixed pandora login in mobile version. Tiquet: #3656

(cherry picked from commit ef4597ee94)
This commit is contained in:
m-lopez-f 2016-05-31 13:12:18 +02:00
parent e4357a1047
commit 5a14da9081
1 changed files with 1 additions and 1 deletions

View File

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