Fixed issue with menu layout/style and domain select box after running Upgrade Schema.

This commit is contained in:
Nate Jones
2014-04-27 01:00:07 +00:00
parent df831450bc
commit fe73f030e0

View File

@@ -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";