Changeset 3583 for trunk/modules/auth
- Timestamp:
- 10/10/2008 03:57:51 PM (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/classes/model/auth/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/classes/model/auth/user.php
r3580 r3583 102 102 $this->password = $array['password']; 103 103 104 if ($save == TRUE AND $status = $this->save())104 if ($save !== FALSE AND $status = $this->save()) 105 105 { 106 106 if (is_string($save))
