1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16956] Remove router cache flag

The deferred purge will be used in the future instead. The cache flag in the
router only causes additional issues by trying to rebuild the routing
mid-request

PHPBB3-16956
This commit is contained in:
Marc Alexander
2022-01-30 22:54:37 +01:00
parent 893dad0297
commit 0fe95a032b
8 changed files with 1 additions and 53 deletions

View File

@@ -182,7 +182,6 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
$db,
$config,
new \phpbb\filesystem\filesystem(),
new phpbb_mock_dummy_router(),
'phpbb_ext',
__DIR__ . '/',
$php_ext,