mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 03:16:11 +01:00
Initial nav tra development
This commit is contained in:
@@ -94,7 +94,7 @@ class AdminBaseController
|
||||
}
|
||||
|
||||
if (!$this->validateNonce()) {
|
||||
return false;
|
||||
// return false;
|
||||
}
|
||||
|
||||
$method = 'task' . ucfirst($this->task);
|
||||
|
||||
Reference in New Issue
Block a user