diff --git a/inc/Controller.class.php b/inc/Controller.class.php index 2bdbb1c9..c054f8f2 100644 --- a/inc/Controller.class.php +++ b/inc/Controller.class.php @@ -137,7 +137,7 @@ abstract class Controller protected function checkAccess() { if (!\SP\Acl::checkUserAccess($this->_action)) { - $this->showError(self::ERR_PAGE_NO_PERMISSION); +// $this->showError(self::ERR_PAGE_NO_PERMISSION); return false; }