From 6cd8b7697d3c261a7f3d55559e5a93458abd7798 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 27 Jan 2024 14:14:40 +0100 Subject: [PATCH] Fix plugin menus hook --- admin/template/menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/template/menus.php b/admin/template/menus.php index ff67a21e..0bcd7304 100644 --- a/admin/template/menus.php +++ b/admin/template/menus.php @@ -1,6 +1,6 @@ 'Dashboard', 'icon' => 'tachometer-alt', 'order' => 10, 'link' => 'dashboard'], ['name' => 'Settings', 'icon' => 'edit', 'order' => 19, 'link' => require ADMIN . 'includes/settings_menus.php'