Development

Changeset 8977

You must first sign up to be able to contribute.

Changeset 8977

Show
Ignore:
Timestamp:
05/15/08 11:37:26 (2 months ago)
Author:
nicolas
Message:

fixed typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/routing/sfPatternRouting.class.php

    r8806 r8977  
    7272    parent::initialize($dispatcher, $cache, $options); 
    7373 
    74     if (!is_null($this->cache) && $cacheData = $this->cache->get('data')) 
     74    if (!is_null($this->cache) && $cacheData = $this->cache->get('symfony.routing.data')) 
    7575    { 
    7676      $this->cacheData = unserialize($cacheData); 
     
    468468  { 
    469469    $params = $this->fixDefaults($params); 
    470  
     470     
    471471    if (!is_null($this->cache)) 
    472472    {