Skip to content

Commit

Permalink
Removing duplicated condition from merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 4, 2010
1 parent 382e11c commit 3e27549
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cake/libs/model/datasources/dbo_source.php
Expand Up @@ -475,9 +475,6 @@ function name($data) {
if ($data === '*') {
return '*';
}
if (is_object($data) && isset($data->type)) {
return $data->value;
}
if (is_array($data)) {
foreach ($data as $i => $dataItem) {
$data[$i] = $this->name($dataItem);
Expand Down

0 comments on commit 3e27549

Please sign in to comment.