Skip to content

Commit

Permalink
Removing stupid default that stops other convention based features fr…
Browse files Browse the repository at this point in the history
…om working properly.
  • Loading branch information
markstory committed May 5, 2011
1 parent f2c1f9d commit 695d38f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Cake/Routing/Router.php
Expand Up @@ -543,9 +543,6 @@ private static function __parseExtension($url) {
}
}
}
if (empty($ext)) {
$ext = 'html';
}
}
return compact('ext', 'url');
}
Expand Down

0 comments on commit 695d38f

Please sign in to comment.