a.binder преди 8 години
родител
ревизия
d85c7b1243
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      SE/se-lib/Route/WfsBiAudit.php

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

@@ -5,7 +5,7 @@ Lib::loadClass('RouteBase');
 class Route_WfsBiAudit extends RouteBase {
 
 	const maxResolveDepth = 3;
-	private $dom, $path = [], $relations = [], $tablesUsed = [], $BaseStruct[];
+	private $dom, $path = [], $relations = [], $tablesUsed = [], $BaseStruct = [];
 
 	private static function output($output) {
 		header("Content-Type: application/xml");