Changeset 32845
- Timestamp:
- 07/28/11 13:50:48 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.4/lib/routing/sfPatternRouting.class.php
r29418 r32845 319 319 { 320 320 // find a matching route 321 if (false === $route = $this->getRouteThatMatchesParameters($params , $this->options['context']))321 if (false === $route = $this->getRouteThatMatchesParameters($params)) 322 322 { 323 323 throw new sfConfigurationException(sprintf('Unable to find a matching route to generate url for params "%s".', is_object($params) ? 'Object('.get_class($params).')' : str_replace("\n", '', var_export($params, true))));