- Timestamp:
- 10/01/08 07:40:30 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/plain_php/trunk/action/StatusUpdateAction.php
r20039 r20337 13 13 $url = $this->req->HTTP_REFERER; 14 14 $comment = $this->req->POST('comment', ''); 15 // @todo このへん上位モデルを作っておくべきか 15 16 16 if (preg_match('#^@([[:word:]]{1,30})#', $comment, $matches)) { 17 17 $reply_user = $this->getAcountService()->fetchByUserName($matches[1]); … … 26 26 $this->getStatusService()->reply($this->getSession()->user_id, $comment, $reply_user_id); 27 27 28 throw new RedirectResponse($ url);28 throw new RedirectResponse($this->baseUrl . '/home'); 29 29 } 30 30 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)