Remove comments

This commit is contained in:
Matias Griese
2020-11-25 23:14:44 +02:00
parent f586fbbb9b
commit f5a051377e

View File

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