Changeset 15717
- Timestamp:
- 07/13/08 00:50:52 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/piece_framework/trunk/libs/Phwittr/Self.php
r15430 r15717 190 190 } 191 191 192 $user = new Phwittr_User($userId, $this->id, 193 PHWITTR_USER_CONSTRUCTOR_FIND_BY_ID 194 ); 192 try { 193 $user = new Phwittr_User($userId, $this->id, 194 PHWITTR_USER_CONSTRUCTOR_FIND_BY_ID 195 ); 196 } catch (Phwittr_User_Exception $e) { 197 throw new Phwittr_Self_Exception(); 198 } 199 195 200 if ($user->isProtected()) { 196 201 $entity = Piece_ORM::createObject('FriendRequests');
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)