Removed unnecessary permissions check from the InfoCenter controller

This commit is contained in:
Paolo
2018-06-15 11:50:06 +02:00
parent c5cce4d0a0
commit 079ee7bfbd
@@ -109,10 +109,6 @@ class InfoCenter extends Auth_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->setControllerId(); // sets the controller id
}