a.binder hace 8 años
padre
commit
fb971f863b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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());
 		}
 	}