From 4e7c894cf21cbaf837e11e320655e948e4caaa9d Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 20 Apr 2025 21:29:37 +0200 Subject: [PATCH] Nothing.. --- admin/pages/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/pages/plugins.php b/admin/pages/plugins.php index 8e87f75e..db886635 100644 --- a/admin/pages/plugins.php +++ b/admin/pages/plugins.php @@ -17,7 +17,7 @@ csrfProtect(); $use_datatable = true; -if (!getBoolean(setting('core.admin_plugins_manage_enable'))) { +if (!setting('core.admin_plugins_manage_enable')) { warning('Plugin installation and management is disabled in Settings.
If you wish to enable, go to Settings and enable Enable Plugins Manage.'); } else {