Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into 1.10

This commit is contained in:
Matias Griese
2020-11-25 23:15:08 +02:00

View File

@@ -108,9 +108,9 @@ class AdminBaseController
return false;
}
// if (!$this->validateNonce()) {
// return false;
// }
if (!$this->validateNonce()) {
return false;
}
$method = 'task' . ucfirst($this->task);