mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/13768] Fix deprecations
PHPBB3-13768
This commit is contained in:
@@ -262,7 +262,7 @@ class router implements RouterInterface
|
||||
$cache->write($dumper->dump($options), $this->get_routes()->getResources());
|
||||
}
|
||||
|
||||
require_once($cache);
|
||||
require_once($cache->getPath());
|
||||
|
||||
$this->matcher = new \phpbb_url_matcher($this->context);
|
||||
}
|
||||
@@ -310,7 +310,7 @@ class router implements RouterInterface
|
||||
$cache->write($dumper->dump($options), $this->get_routes()->getResources());
|
||||
}
|
||||
|
||||
require_once($cache);
|
||||
require_once($cache->getPath());
|
||||
|
||||
$this->generator = new \phpbb_url_generator($this->context);
|
||||
}
|
||||
|
Reference in New Issue
Block a user