diff options
Diffstat (limited to 'system/post/main.php')
-rw-r--r-- | system/post/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/post/main.php b/system/post/main.php index 1797d67..0b69023 100644 --- a/system/post/main.php +++ b/system/post/main.php @@ -78,7 +78,7 @@ catch(Post\Exception $Exception) { } catch(Post\Exception $Exception) { - Application::exit(404); + Application::error404(); } } |