mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-12-30 20:30:43 +01:00
initial feed/notification refactors
This commit is contained in:
@@ -95,9 +95,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