summaryrefslogtreecommitdiffstats
path: root/admin/post/update.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-04-11 05:11:57 +0200
committerThomas Lange <code@nerdmind.de>2017-04-11 05:15:49 +0200
commit7a1b8f471ca133b6ca99cd4e440e6614a7c18537 (patch)
tree79e9e8fbd20db4db18e531eaa792bf20ed539ae9 /admin/post/update.php
parent6feb5fe0d45196af4a9b2b058cefdd15f6007522 (diff)
downloadblog-7a1b8f471ca133b6ca99cd4e440e6614a7c18537.tar.gz
blog-7a1b8f471ca133b6ca99cd4e440e6614a7c18537.tar.xz
blog-7a1b8f471ca133b6ca99cd4e440e6614a7c18537.zip
Methods "error403" and "error404" has been added to the "Application" class; several files has been changed.
Diffstat (limited to 'admin/post/update.php')
-rw-r--r--admin/post/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/post/update.php b/admin/post/update.php
index 65b9045..37dccfe 100644
--- a/admin/post/update.php
+++ b/admin/post/update.php
@@ -91,6 +91,6 @@ try {
# CATCH: Post\Exception
#===============================================================================
catch(Post\Exception $Exception) {
- Application::exit(404);
+ Application::error404();
}
?> \ No newline at end of file