mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #3525 from marc1706/ticket/13749
[ticket/13749] Add missing slash to base uri in helper route tests
This commit is contained in:
commit
17620bba46
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class phpbb_controller_helper_route_slash_test extends phpbb_controller_common_h
|
|||
|
||||
protected function get_base_uri()
|
||||
{
|
||||
return '/phpBB3';
|
||||
return '/phpBB3/';
|
||||
}
|
||||
|
||||
protected function get_script_name()
|
||||
|
|
Loading…
Add table
Reference in a new issue