netrix
Active member
When I overwrite this function like this
it results into the situation that every permission check seems to be removed, even if somebody couldn't view the entire page, everything build on top of this class will be visible to the visitor, so my question is if there are any negative side effects?
PHP:
public function _assertViewingPermissions($action)
{
}