fix acl table

This commit is contained in:
yuri
2015-12-17 15:14:23 +02:00
parent 869bf46070
commit 96ca44f91b
+1 -1
View File
@@ -235,7 +235,7 @@ class Table
public function getScopeForbiddenAttributeList($scope, $action = 'read', $thresholdLevel = 'no')
{
$key = $scope . '_'. $thresholdLevel;
$key = $scope . '_'. $action . '_' . $thresholdLevel;
if (isset($this->forbiddenAttributesCache[$key])) {
return $this->forbiddenAttributesCache[$key];
}