a.binder vor 8 Jahren
Ursprung
Commit
26f769e19c
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      SE/se-lib/Route/WfsBiAudit.php

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

@@ -27,7 +27,8 @@ EOT;
 	}
 
 	public function objectStructureAction($namespace) { // objectStructAction
-		
+		Lib::loadClass('SchemaFactory');
+
 		try {
 			
 			if (empty($namespace)) throw new Exception("Missing param namespace");