|
|
@@ -940,7 +940,7 @@ class TableAcl extends Core_AclBase {
|
|
|
if (empty($objectList)) throw new Exception("Acl [{$idTable}] not exists in SystemObject"); // TODO: update Storage object list?
|
|
|
|
|
|
$objItem = reset($objectList);
|
|
|
- DBG::log($objItem, 'array', "DBG objItem({$namespace})");
|
|
|
+ DBG::log($objItem, 'array', "DBG objItem({$idTable})");
|
|
|
if (!in_array($objItem['_type'], [
|
|
|
// 'TableAcl', // TODO: TEST - to replace TableAcl by AntAcl or use object with namespace + '/tableName'?
|
|
|
'AntAcl',
|