Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 23, 2012
1 parent 29f0c73 commit 5500f94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Routing/Router.php
Expand Up @@ -374,7 +374,6 @@ public static function redirect($route, $url, $options = array()) {
* @return array Array of mapped resources
*/
public static function mapResources($controller, $options = array()) {
$hasPrefix = isset($options['prefix']);
$options = array_merge(array(
'id' => static::ID . '|' . static::UUID
), $options);
Expand Down

0 comments on commit 5500f94

Please sign in to comment.