a.binder 8 роки тому
батько
коміт
90eed0cdbb
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      SE/se-lib/Route/WfsBiAudit.php

+ 4 - 1
SE/se-lib/Route/WfsBiAudit.php

@@ -49,6 +49,9 @@ public function objectStructView($item) {
 		$getBackRefList=ACL::getBackRefList($item['namespace']);
 		
 		echo "item";
+		error_log('getBackRefList, item:');
+		error_log($item);
+		
 		print_r($item);
 		echo "thisGetLink";
 		print_r($thisGetLink);
@@ -93,7 +96,7 @@ public function objectStructView($item) {
 		if (!($row = DB::getPDO()->fetchFirst($query)))
 		{
 			objectStructureAction('default_db/BI_audit_CEIDG_pelnomocnicy/BI_audit_CEIDG_pelnomocnicy');
-			 self::throwServiceException("Błąd danych");
+			// self::throwServiceException("Błąd danych");
 		}
 		if (!in_array($row['REMOTE_TABLE'], $this->tablesUsed)) $this->tablesUsed[] = $row['REMOTE_TABLE'];
 		if ($resolveDepth) {