Show
Ignore:
Timestamp:
10/03/08 12:53:28 (3 months ago)
Author:
riaf
Message:

trunk(for 1.6) 追従
コードの整理
ログイン周りの整理

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/rhaco/trunk/library/PhwittrUser.php

    r20590 r20591  
    171171        $user = $this->loginRequired(); 
    172172        $this->setSession('notice', 'Hi! ' . $user->name); 
     173        $user = RequestLogin::getLoginSession(); 
     174        $this->setSession('notice', 'Hi! ' . $user->name); 
    173175        Header::redirect(Rhaco::url('home')); 
    174176    }