summaryrefslogtreecommitdiffstats
path: root/system/user/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/user/list.php')
-rw-r--r--system/user/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/user/list.php b/system/user/list.php
index b724fe8..2e1e4f1 100644
--- a/system/user/list.php
+++ b/system/user/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();
}
#===============================================================================