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