removed legacy artifact from Component/Routing/Router

This commit is contained in:
Daniel Basten 2013-08-14 14:48:00 +02:00
parent 5ca93a5454
commit 8b11ae7c5a

View File

@ -234,7 +234,7 @@ class Router implements RouterInterface
$class = $this->options['matcher_cache_class'];
$cache = new ConfigCache($this->options['cache_dir'].'/'.$class.'.php', $this->options['debug']);
if (!$cache->isFresh($class)) {
if (!$cache->isFresh()) {
$dumper = $this->getMatcherDumperInstance();
$options = array(