Skip to content

Commit

Permalink
fix: use LOCAL_NAMESPACE value as an initial custom namespace of a …
Browse files Browse the repository at this point in the history
…resulting RDF export
  • Loading branch information
wazelin committed Aug 11, 2021
1 parent f21ddc5 commit 8b6512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel/impl/class.ApiModelOO.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ private function addCoreNamespaces(DOMElement $root): void
}

$this->customNamespacesCounter = 0;
$this->addCustomNamespace($root, ROOT_URL);
$this->addCustomNamespace($root, LOCAL_NAMESPACE);
}

/**
Expand Down

0 comments on commit 8b6512a

Please sign in to comment.