a.binder 8 лет назад
Родитель
Сommit
fb971f863b
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      SE/se-lib/Route/WfsBiAudit.php

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

@@ -155,7 +155,9 @@ public function objectStructView($item) {
 			$xml = $this->dom->saveXML();
 			self::output($xml);
 		} catch (Exception $e) {
-			self::throwServiceException($e->getMessage());
+			objectStructureAction('default_db/BI_audit_CEIDG_pelnomocnicy/BI_audit_CEIDG_pelnomocnicy');
+
+			//self::throwServiceException($e->getMessage());
 		}
 	}