summaryrefslogtreecommitdiffstats
path: root/system/page/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/page/main.php')
-rw-r--r--system/page/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/page/main.php b/system/page/main.php
index 28de93a..22d0ec7 100644
--- a/system/page/main.php
+++ b/system/page/main.php
@@ -78,7 +78,7 @@ catch(Page\Exception $Exception) {
}
catch(Page\Exception $Exception) {
- Application::exit(404);
+ Application::error404();
}
}