Skip to content

Commit 1e52b84

Browse files
committed
Fixes #6848 Top menu Home position
1 parent 9e59c1c commit 1e52b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/nav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
if($vm_servers['cnt'] == 0) continue;
7575
}
7676

77-
if(isset($module)) unset($module);
77+
if(isset($module['icon'])) unset($module['icon']);
7878
include_once $mt.'/lib/module.conf.php';
7979
$language = $app->functions->check_language((isset($_SESSION['s']['user']['language']))?$_SESSION['s']['user']['language']:$conf['language']);
8080
$app->load_language_file('web/'.$mt.'/lib/'.$language.'.lng');

0 commit comments

Comments
 (0)