Skip to content

Commit

Permalink
Matching function calls to Ardent version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew13 committed Oct 6, 2013
1 parent bbb73d7 commit da61e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zizaco/Confide/ConfideUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ protected function real_save( array $rules = array(), array $customMessages = ar
if ( defined('CONFIDE_TEST') )
{
$this->beforeSave();
$this->afterSave();
$this->afterSave(true);
return true;
}
else{
Expand Down

0 comments on commit da61e6b

Please sign in to comment.