Changeset 3094 for trunk/modules/auth
- Timestamp:
- 07/12/2008 11:43:07 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/models/auth_user.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/models/auth_user.php
r3092 r3094 80 80 protected function load_result($array = FALSE) 81 81 { 82 parent::load_result($array);82 $result = parent::load_result($array); 83 83 84 84 if ($array === FALSE) … … 88 88 } 89 89 90 return $ this;90 return $result; 91 91 } 92 92
