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