aboutsummaryrefslogtreecommitdiffstats
path: root/core/include/post/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/post/main.php')
-rw-r--r--core/include/post/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/post/main.php b/core/include/post/main.php
index 8c65740..537873c 100644
--- a/core/include/post/main.php
+++ b/core/include/post/main.php
@@ -70,7 +70,7 @@ catch(Post\Exception $Exception) {
$Post = Post\Factory::build($param);
}
- HTTP::redirect($Post->getURL());
+ HTTP::redirect(Application::getEntityURL($Post));
}
catch(Post\Exception $Exception) {