summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Migrate/Flyspray.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Migrate/Flyspray.pm')
-rw-r--r--Bugzilla/Migrate/Flyspray.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Migrate/Flyspray.pm b/Bugzilla/Migrate/Flyspray.pm
index 47bcd1dda..572a30e15 100644
--- a/Bugzilla/Migrate/Flyspray.pm
+++ b/Bugzilla/Migrate/Flyspray.pm
@@ -192,7 +192,7 @@ sub _read_users {
}
my $item = {
login_name => $row->{email_address},
- realname => $row->{real_name},
+ realname => sprintf('%s :%s', @$row{'real_name', 'user_name'}),
cryptpassword => "*",
};
push @result, $item;