Skip to content

Commit

Permalink
Successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
k-halaburda committed Aug 19, 2013
1 parent 2166b39 commit 9536b3c
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 @@ -1551,7 +1551,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])) {
$results[$key][$this->alias]['afterFind'] = 'Successfuly added by AfterFind';
$results[$key][$this->alias]['afterFind'] = 'Successfully added by AfterFind';
}
}
return $results;
Expand Down

0 comments on commit 9536b3c

Please sign in to comment.