diff --git a/application/controllers/system/infocenter/InfoCenter.php b/application/controllers/system/infocenter/InfoCenter.php index 1d0b25b3f..4f4cefd79 100644 --- a/application/controllers/system/infocenter/InfoCenter.php +++ b/application/controllers/system/infocenter/InfoCenter.php @@ -70,6 +70,10 @@ class InfoCenter extends VileSci_Controller $this->_setAuthUID(); // sets property uid + $this->load->library('PermissionLib'); + if(!$this->permissionlib->isBerechtigt('basis/person')) + show_error('You have no Permission! You need Infocenter Role'); + $this->_setNavigationMenuArray(); // sets property navigationMenuArray $this->navigationHeaderArray = array(