initial feed/notification refactors

This commit is contained in:
Andy Miller
2019-02-08 17:17:05 -07:00
parent bee93d55c8
commit ecde5e79a7
9 changed files with 235 additions and 272 deletions

View File

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