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; return false;
} }
// if (!$this->validateNonce()) { if (!$this->validateNonce()) {
// return false; return false;
// } }
$method = 'task' . ucfirst($this->task); $method = 'task' . ucfirst($this->task);