Skip to content

Commit

Permalink
Changed if statement to force Travis rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdigital committed Mar 10, 2014
1 parent 6031983 commit 0de1307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Routing/Route/CakeRoute.php
Expand Up @@ -517,7 +517,7 @@ protected function _writeUrl($params) {
}
$out = $this->template;

if (!empty($this->keys)) {
if ($this->keys !== array()) {

$search = $replace = array();

Expand Down

0 comments on commit 0de1307

Please sign in to comment.