summaryrefslogtreecommitdiff
path: root/app/Module/SiteMapModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/SiteMapModule.php')
-rw-r--r--app/Module/SiteMapModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/SiteMapModule.php b/app/Module/SiteMapModule.php
index b521ea6a67..d2d035801e 100644
--- a/app/Module/SiteMapModule.php
+++ b/app/Module/SiteMapModule.php
@@ -336,7 +336,7 @@ class SiteMapModule extends AbstractModule implements ModuleConfigInterface, Req
break;
default:
- throw new HttpNotFoundException('Invalid record type: ' . $type);
+ throw new HttpNotFoundException('Invalid record type: ' . e($type));
}
// Skip private records.