We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc04205 commit 2be1de4Copy full SHA for 2be1de4
interface/web/login/index.php
@@ -217,6 +217,7 @@
217
$_SESSION['s']['user']['theme'] = isset($user['app_theme']) ? $user['app_theme'] : 'default';
218
$_SESSION['s']['language'] = $user['language'];
219
$_SESSION["s"]['theme'] = $_SESSION['s']['user']['theme'];
220
+ if ($loginAs) $_SESSION['s']['plugin_cache'] = $_SESSION['s_old']['plugin_cache'];
221
222
if(is_file(ISPC_WEB_PATH . '/' . $_SESSION['s']['user']['startmodule'].'/lib/module.conf.php')) {
223
include_once ISPC_WEB_PATH . '/' . $_SESSION['s']['user']['startmodule'].'/lib/module.conf.php';
0 commit comments