mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-02 13:50:48 +01:00
Fixed saving the configuration if not admin.super
This commit is contained in:
@@ -420,6 +420,7 @@ class AdminBaseController
|
||||
|
||||
switch ($type) {
|
||||
case 'configuration':
|
||||
case 'config':
|
||||
case 'system':
|
||||
$permissions[] = 'admin.configuration';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user