Show
Ignore:
Timestamp:
10/03/08 17:45:22 (3 months ago)
Author:
anatoo
Message:

bug fix

Files:
1 modified

Legend:

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

    r20337 r20610  
    2525            $this->getFriendshipService()->follow($user_id, $this->followID); 
    2626            send_mail($follow_user['email'],  
    27                       $user_name . ' is now following you on Twitter!',  
     27                      $user_name . ' is now following you on Phwittr!',  
    2828                      $user_name . ' があなたをフォローし始めました。 
    2929  
     
    3939            $this->getFriendshipService()->request($user_id, $this->followID); 
    4040            send_mail($follow_user['email'],  
    41                       $user_name . ' is now requesting you on Twitter!',  
     41                      $user_name . ' is now requesting you on Phwittr!',  
    4242                      $user_name . ' があなたをフォローするためにリクエストしました。 
    4343