diff --git a/application/ConstructionConsent/ConstructionConsentController.php b/application/ConstructionConsent/ConstructionConsentController.php index 047927c8b..ec3f26f1b 100644 --- a/application/ConstructionConsent/ConstructionConsentController.php +++ b/application/ConstructionConsent/ConstructionConsentController.php @@ -507,9 +507,6 @@ class ConstructionConsentController extends mfBaseController { } protected function apiAction() { - if(!$this->me->is(["Admin","netowner"]) && !$this->me->can("Preorder")) { - $this->redirect("Dashboard"); - } $do = $this->request->do; $data = [];