From 8b11ae7c5a374cdc3e0a145def2a772c9697baa6 Mon Sep 17 00:00:00 2001 From: Daniel Basten Date: Wed, 14 Aug 2013 14:48:00 +0200 Subject: [PATCH] removed legacy artifact from Component/Routing/Router --- src/Symfony/Component/Routing/Router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Routing/Router.php b/src/Symfony/Component/Routing/Router.php index 18b6329a57..cb1eb5f856 100644 --- a/src/Symfony/Component/Routing/Router.php +++ b/src/Symfony/Component/Routing/Router.php @@ -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(