Initial nav tra development

This commit is contained in:
Andy Miller
2017-08-14 20:56:11 -06:00
parent 1b6223ac80
commit 717b39144f
9 changed files with 52 additions and 5 deletions

View File

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