From: Joshua Judson Rosen Date: Tue, 9 Dec 2014 03:06:29 +0000 (-0500) Subject: OStatus/scripts/update-profile-data.php: print updated fullnames X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f71eeaee5a54a37f2356a185a74b6d88498283a0;p=quix0rs-gnu-social.git OStatus/scripts/update-profile-data.php: print updated fullnames Now that we can actually update them again. --- diff --git a/plugins/OStatus/scripts/update-profile-data.php b/plugins/OStatus/scripts/update-profile-data.php index 116061a7c3..e024ed95a7 100644 --- a/plugins/OStatus/scripts/update-profile-data.php +++ b/plugins/OStatus/scripts/update-profile-data.php @@ -26,7 +26,8 @@ $helptext = <<localProfile(); try { - foreach (array('nickname', 'bio', 'homepage', 'location') as $field) { + foreach (array('nickname', 'fullname', 'bio', 'homepage', 'location') as $field) { print " $field: {$profile->$field}\n"; } } catch (NoProfileException $e) {