reverted nonce check comment

This commit is contained in:
Andy Miller
2017-08-14 20:58:54 -06:00
parent 717b39144f
commit 62a9ad1bef

View File

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