Merge branch 'main' into develop

This commit is contained in:
slawkens
2025-04-26 06:17:38 +02:00
14 changed files with 239 additions and 193 deletions

View File

@@ -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.<br/>If you wish to enable, go to Settings and enable <strong>Enable Plugins Manage</strong>.');
}
else {