Fixed tabing formating

This commit is contained in:
k-halaburda 2013-08-09 10:26:44 +02:00
parent faff191cca
commit 3855c0690e

View file

@ -1139,9 +1139,9 @@ class DboSource extends DataSource {
*/ */
protected function _filterResults(&$results, Model $model, $filtered = array()) { protected function _filterResults(&$results, Model $model, $filtered = array()) {
if (!is_array($results)) { if (!is_array($results)) {
return array(); return array();
} }
$current = reset($results); $current = reset($results);
if (!is_array($current)) { if (!is_array($current)) {
return array(); return array();
} }
@ -1255,7 +1255,7 @@ class DboSource extends DataSource {
} else { } else {
$fetch = null; $fetch = null;
} }
if ($queryData['callbacks'] === true || $queryData['callbacks'] === 'after') { if ($queryData['callbacks'] === true || $queryData['callbacks'] === 'after') {
$this->_filterResults($fetch, $model); $this->_filterResults($fetch, $model);
} }
} }