Added ajax task

This commit is contained in:
Andy Miller
2017-08-25 17:11:10 -06:00
parent 92dd08eb4a
commit 2f63859bd3
2 changed files with 27 additions and 3 deletions

View File

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