coding standards

This commit is contained in:
euromark 2012-09-20 01:50:15 +02:00
parent 8a070ca3dd
commit 213d4caa85
10 changed files with 10 additions and 10 deletions
lib/Cake/Model/Datasource

View file

@ -599,7 +599,7 @@ class DboSource extends DataSource {
} else {
if (isset($args[1]) && $args[1] === true) {
return $this->fetchAll($args[0], true);
} elseif (isset($args[1]) && !is_array($args[1]) ) {
} elseif (isset($args[1]) && !is_array($args[1])) {
return $this->fetchAll($args[0], false);
} elseif (isset($args[1]) && is_array($args[1])) {
if (isset($args[2])) {