this line was lost on rebase

This commit is contained in:
Arthur Schiwon 2014-06-02 13:22:06 +02:00
parent b15a5a7ca0
commit e235de98e6
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ class User {
} else {
$this->enabled = true;
}
$this->lastLogin = \OC_Preferences::getValue($uid, 'login', 'lastLogin', 0);
}
/**