Fix system menu not working
This commit is contained in:
parent
353a572c51
commit
4ac9646350
1 changed files with 3 additions and 5 deletions
|
@ -311,11 +311,9 @@ class Page
|
|||
|
||||
if (100 === $user->power) {
|
||||
$pages['system']['items'][] = array(
|
||||
array(
|
||||
'url' => '/?page=settings',
|
||||
'text' => 'Settings',
|
||||
'icon' => 'cog',
|
||||
),
|
||||
'url' => '/?page=settings',
|
||||
'text' => 'Settings',
|
||||
'icon' => 'cog',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue