diff --git a/app/Tdt/Core/Datasets/DatasetController.php b/app/Tdt/Core/Datasets/DatasetController.php index a89e76c4..55cc46ec 100755 --- a/app/Tdt/Core/Datasets/DatasetController.php +++ b/app/Tdt/Core/Datasets/DatasetController.php @@ -245,7 +245,7 @@ public function get($uri) // Return the formatted response with content negotiation return ContentNegotiator::getResponse($data, $extension); } else { - \App::abort(404, "The dataset or collection you were looking for could not be found (URI: $uri)."); + \App::abort(404, "The dataset or collection you were looking for could not be found (URI)."); } }