mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fixed issue with menu layout/style and domain select box after running Upgrade Schema.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user