mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12090] Pass route name to url() to allow admins to change the routes
PHPBB3-12090
This commit is contained in:
@@ -62,7 +62,7 @@ class phpbb_controller_controller_test extends phpbb_test_case
|
||||
// so I'll include them manually.
|
||||
if (!class_exists('foo\\controller'))
|
||||
{
|
||||
include(__DIR__.'/ext/foo/controller.php');
|
||||
include(__DIR__ . '/ext/foo/controller.php');
|
||||
}
|
||||
if (!class_exists('phpbb\\controller\\foo'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user