aboutsummaryrefslogtreecommitdiffstats
path: root/system/page/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/page/list.php')
-rw-r--r--system/page/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/page/list.php b/system/page/list.php
index 7c3956e..0879065 100644
--- a/system/page/list.php
+++ b/system/page/list.php
@@ -14,7 +14,7 @@ $currentSite = HTTP::GET('site') ?? 1;
$currentSite = abs(intval($currentSite));
if($currentSite < 1 OR ($currentSite > $lastSite AND $lastSite > 0)) {
- Application::exit(404);
+ Application::error404();
}
#===============================================================================