Upgrade to 3.7.0
This commit is contained in:
2
kirby/src/Cms/Permissions.php
Normal file → Executable file
2
kirby/src/Cms/Permissions.php
Normal file → Executable file
@@ -160,7 +160,7 @@ class Permissions
|
||||
protected function setAction(string $category, string $action, $setting)
|
||||
{
|
||||
// deprecated fallback for the settings/system view
|
||||
// TODO: remove in 3.7
|
||||
// TODO: remove in 3.8.0
|
||||
if ($category === 'access' && $action === 'settings') {
|
||||
$action = 'system';
|
||||
}
|
||||
|
Reference in New Issue
Block a user