1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11334] Remove extraneous period

PHPBB3-11334
This commit is contained in:
David King
2013-02-16 19:21:34 -05:00
parent 48aefb13b0
commit 5850a2cbf6

View File

@@ -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));
}
/**