X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FUser.php;h=93b24cbc6a23cc1895b904e64d995b82d8009078;hb=af2a38c5b3724d140700316f3a0251e82692de38;hp=586c300eaf295518e796057b004c8c204c6b241d;hpb=59a1ba4faedf728a84e9778ef1cff9240a305703;p=friendica.git diff --git a/src/Console/User.php b/src/Console/User.php index 586c300eaf..93b24cbc6a 100644 --- a/src/Console/User.php +++ b/src/Console/User.php @@ -1,6 +1,6 @@ getUserByNick(1); @@ -370,7 +370,7 @@ HELP; $contact['url'], $contact['email'], Temporal::getRelativeDate($contact['created']), - Temporal::getRelativeDate($contact['login_date']), + Temporal::getRelativeDate($contact['last-activity']), Temporal::getRelativeDate($contact['last-item']), ]); } @@ -396,7 +396,7 @@ HELP; 'nickname', 'email', 'register_date', - 'login_date', + 'last-activity', 'verified', 'blocked', ];