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