|
|
@@ -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");
|