Changeset 8977
- Timestamp:
- 05/15/08 11:37:26 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/routing/sfPatternRouting.class.php
r8806 r8977 72 72 parent::initialize($dispatcher, $cache, $options); 73 73 74 if (!is_null($this->cache) && $cacheData = $this->cache->get(' data'))74 if (!is_null($this->cache) && $cacheData = $this->cache->get('symfony.routing.data')) 75 75 { 76 76 $this->cacheData = unserialize($cacheData); … … 468 468 { 469 469 $params = $this->fixDefaults($params); 470 470 471 471 if (!is_null($this->cache)) 472 472 {