diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/phpbb/routing/router.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/routing/router.php b/phpBB/phpbb/routing/router.php index 1c27e95e4d..75726011c4 100644 --- a/phpBB/phpbb/routing/router.php +++ b/phpBB/phpbb/routing/router.php @@ -200,7 +200,7 @@ class router implements RouterInterface  			unset($requirements['_scheme']);  			unset($requirements['_method']); -			foreach ($route->getRequirements() as $name => $value) +			foreach ($requirements as $name => $value)  			{  				$route->setRequirement($name, $this->resolve($value));  			}  | 
