thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

Problem with logout #166

Closed ghost closed 10 years ago

ghost commented 10 years ago

In YumUser.php on line 79 you have a mistake.

$this->save('lastaction');

must be

$this->save(false, array('lastaction'));