mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11334] Remove extraneous period
PHPBB3-11334
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user