Skip to content
Snippets Groups Projects
Commit bc29fc6e authored by Stein Magne Bjorklund's avatar Stein Magne Bjorklund
Browse files

Undeclared $uri in HTTPStatus

- No need to waste time calling Utils::uri2curie()
parent 7e486edd
No related branches found
No related tags found
1 merge request!15Resolve "Clean up class HTTPStatus"
......@@ -54,10 +54,6 @@ final class HTTPStatus
$lodspk['home'] = $conf['basedir'];
$lodspk['baseUrl'] = $conf['basedir'];
$lodspk['ns'] = $conf['ns'];
$lodspk['this']['value'] = $uri;
$lodspk['this']['curie'] = Utils::uri2curie($uri);
$lodspk['this']['local'] = $localUri;
$file = $conf['httpStatus']['directory'] . "/" . $n . ".template";
if (file_exists($conf['home'] . $file)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment