]> source.dussan.org Git - nextcloud-server.git/commitdiff
this line was lost on rebase
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 11:22:06 +0000 (13:22 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 11:22:06 +0000 (13:22 +0200)
lib/private/user/user.php

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