mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/11334] Remove extraneous period
PHPBB3-11334
This commit is contained in:
parent
48aefb13b0
commit
5850a2cbf6
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class phpbb_controller_helper
|
||||||
*/
|
*/
|
||||||
public function url($route)
|
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue