Skip to content

Commit

Permalink
Fixed some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
k-halaburda committed Aug 16, 2013
1 parent f5daf1c commit 180ecb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Model/models.php
Expand Up @@ -1550,7 +1550,7 @@ class JoinThing extends CakeTestModel {
*/
public function afterFind($results, $primary = false) {
foreach ($results as $key => $result) {
if( !empty($result[$this->alias]) && is_array($result[$this->alias])) {
if (!empty($result[$this->alias]) && is_array($result[$this->alias])) {
$results[$key][$this->alias]['afterFind'] = 'Successfuly added by AfterFind';
}
}
Expand Down

0 comments on commit 180ecb7

Please sign in to comment.