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