mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02: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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user