Show
Ignore:
Timestamp:
10/01/08 07:40:30 (3 months ago)
Author:
anatoo
Message:

足りてなかったアクション追加など

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/plain_php/trunk/action/StatusesAction.php

    r20039 r20337  
    88         
    99        $st = $this->getStatusService()->fetch($this->args[0]) or raise(new NotFoundResponse); 
    10         $st['title_comment'] = h($st['comment']); 
    11         $st['comment'] = preg_replace('#@([[:word:]]{1,30})#',  
    12                                       '@<a href="' . $this->baseUrl . '/$1">$1</a>',  
    13                                       h($st['comment'])); 
    1410        $t->status = $st; 
    1511        $t->session = $this->getSession();