Changeset 3583 for trunk/modules/auth

Show
Ignore:
Timestamp:
10/10/2008 03:57:51 PM (8 weeks ago)
Author:
Shadowhand
Message:

Doh

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/classes/model/auth/user.php

    r3580 r3583  
    102102                        $this->password = $array['password']; 
    103103 
    104                         if ($save == TRUE AND $status = $this->save()) 
     104                        if ($save !== FALSE AND $status = $this->save()) 
    105105                        { 
    106106                                if (is_string($save))