aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/controller/helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/controller/helper.php')
-rw-r--r--phpBB/includes/controller/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/controller/helper.php b/phpBB/includes/controller/helper.php
index f2beca2056..451c448a18 100644
--- a/phpBB/includes/controller/helper.php
+++ b/phpBB/includes/controller/helper.php
@@ -92,7 +92,7 @@ class phpbb_controller_helper
*/
public function url($route)
{
- return append_sid($this->phpbb_root_path . 'app.' . $this->php_ext, array('controller' => $route));
+ return append_sid($this->phpbb_root_path . 'app' . $this->php_ext, array('controller' => $route));
}
/**