- Timestamp:
- 07/04/08 00:48:44 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/piece_framework/trunk/libs/Phwittr/Service.php
r14842 r15133 13 13 require_once 'Phwittr/Config.php'; 14 14 require_once 'Phwittr/Service/Exception.php'; 15 require_once 'Phwittr/Self.php'; 15 16 require_once 'Piece/Right/Validator/Email.php'; 16 17 … … 164 165 * @param string $user 165 166 * @param string $password 166 * @return boolean167 * @return object 167 168 */ 168 169 public function authenticate($name, $password) … … 185 186 } 186 187 187 return $user; 188 $self = new Phwittr_Self($user->id); 189 190 return $self; 188 191 } 189 192
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)