* [FIX] Fixed actions access check behaviour on tabbed results.

This commit is contained in:
nuxsmin
2015-07-13 02:09:43 +02:00
parent 8814b1479d
commit f330700092

View File

@@ -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;
}