Changed if statement to force Travis rebuild

This commit is contained in:
Mike Gibson 2014-03-10 18:46:28 +00:00
parent 60319832b5
commit 0de1307110

View file

@ -517,7 +517,7 @@ class CakeRoute {
} }
$out = $this->template; $out = $this->template;
if (!empty($this->keys)) { if ($this->keys !== array()) {
$search = $replace = array(); $search = $replace = array();