Piotr Labudda 6 лет назад
Родитель
Сommit
a992939f13
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      SE/se-lib/Route/Storage/AclReinstall.php

+ 2 - 0
SE/se-lib/Route/Storage/AclReinstall.php

@@ -296,6 +296,8 @@ class Route_Storage_AclReinstall extends RouteBase {
 			UI::alert('warning', $e->getMessage());
 		}
 
+		$item = SchemaFactory::loadDefaultObject('SystemObject')->getItem($namespace, [ 'propertyName' => '*,field' ]);
+
 		$childRefList = RefConfig::getChildRefFullList($namespace);
 		DBG::nicePrint($childRefList, '$childRefList');
 		DBG::nicePrint($item, '$item');