Piotr Labudda пре 8 година
родитељ
комит
da230a7878
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      SE/se-lib/Schema/SystemObjectFieldStorageAcl.php

+ 1 - 0
SE/se-lib/Schema/SystemObjectFieldStorageAcl.php

@@ -134,6 +134,7 @@ class Schema_SystemObjectFieldStorageAcl extends Core_AclSimpleSchemaBase {
 	public function updateCacheAntAcl($item) {
 		Lib::loadClass('AntAclBase');
 		$antAclPath = Schema_SystemObjectFieldStorageAcl::getAntAclXsdBasePath($item['typeName']);
+		DBG::log(['typeName'=>$item['typeName'], 'antAclPath'=>$antAclPath], 'array', "AntAcl build.xml path");
 		if (!file_exists("{$antAclPath}/build.xml")) throw new Exception("Ant build file not exists");
 
 		Lib::loadClass('XML');