mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 02:46:04 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (!$this->validateNonce()) {
|
if (!$this->validateNonce()) {
|
||||||
// return false;
|
return false;
|
||||||
// }
|
}
|
||||||
|
|
||||||
$method = 'task' . ucfirst($this->task);
|
$method = 'task' . ucfirst($this->task);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user