a.binder 8 lat temu
rodzic
commit
29473d5659
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      SE/se-lib/Route/WfsBiAudit.php

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

@@ -33,7 +33,9 @@ EOT;
 			error_log('objectStructureAction for '.$namespace);
 			if (empty($namespace)) throw new Exception("Missing param namespace");
 			$item = SchemaFactory::loadDefaultObject('SystemObject')->getItem($namespace, [ 'propertyName' => '*,field' ]);
-			$this->objectStructView($item);
+			$return=$this->objectStructView($item);
+			return $return;
+			
 		} catch (Exception $e) {
 			//error_log('danger', "Error #" . $e->getCode() . "|" . $e->getLine() . ": " . $e->getMessage());
 			DBG::log($e);