mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Changed if statement to force Travis rebuild
This commit is contained in:
parent
60319832b5
commit
0de1307110
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ class CakeRoute {
|
|||
}
|
||||
$out = $this->template;
|
||||
|
||||
if (!empty($this->keys)) {
|
||||
if ($this->keys !== array()) {
|
||||
|
||||
$search = $replace = array();
|
||||
|
||||
|
|
Loading…
Reference in a new issue