mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-10-28 00:36:36 +01:00
Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into 1.10
This commit is contained in:
@@ -108,9 +108,9 @@ class AdminBaseController
|
||||
return false;
|
||||
}
|
||||
|
||||
// if (!$this->validateNonce()) {
|
||||
// return false;
|
||||
// }
|
||||
if (!$this->validateNonce()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$method = 'task' . ucfirst($this->task);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user