mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11334] Make url helper method public
PHPBB3-11334
This commit is contained in:
parent
d3e2fae66d
commit
5e89ce1898
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class phpbb_controller_helper
|
||||||
* @param string $route The route to travel
|
* @param string $route The route to travel
|
||||||
* @return string The URL already passed through append_sid()
|
* @return string The URL already passed through append_sid()
|
||||||
*/
|
*/
|
||||||
protected 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