Fixed issue with menu layout/style and domain select box after running Upgrade Schema.
This commit is contained in:
parent
df831450bc
commit
fe73f030e0
|
|
@ -75,7 +75,10 @@
|
|||
unset($apps);
|
||||
|
||||
//upgrade the domains
|
||||
$_SESSION['domain_language_code'] = $_SESSION['domain']['language']['code'];
|
||||
require_once "core/upgrade/upgrade_domains.php";
|
||||
$_SESSION['domain']['language']['code'] = $_SESSION['domain_language_code'];
|
||||
unset($_SESSION['domain_language_code']);
|
||||
|
||||
if ($display_results && $display_type == "html") {
|
||||
echo "<br />\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue