Fix system menu not working

This commit is contained in:
Jay Trees 2022-03-01 11:10:11 +01:00
parent 353a572c51
commit 4ac9646350

View file

@ -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',
);
}