mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
* [FIX] Fixed actions access check behaviour on tabbed results.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user