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 9e59c1c commit 1e52b84Copy full SHA for 1e52b84
interface/web/nav.php
@@ -74,7 +74,7 @@
74
if($vm_servers['cnt'] == 0) continue;
75
}
76
77
- if(isset($module)) unset($module);
+ if(isset($module['icon'])) unset($module['icon']);
78
include_once $mt.'/lib/module.conf.php';
79
$language = $app->functions->check_language((isset($_SESSION['s']['user']['language']))?$_SESSION['s']['user']['language']:$conf['language']);
80
$app->load_language_file('web/'.$mt.'/lib/'.$language.'.lng');
0 commit comments