Kaynağa Gözat

added dbg ant build path

Piotr Labudda 8 yıl önce
ebeveyn
işleme
da230a7878

+ 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');