Fixed a bug that would cause activity from this user to not display correctly

pull/14/head
Sam Bosley 14 years ago
parent 0029e881cb
commit e0a6e52523

@ -1019,7 +1019,7 @@ public final class ActFmSyncService {
} else if (id == ActFmPreferenceService.userId()) {
model.setValue(idProperty, 0L);
if (userProperty != null)
model.setValue(userProperty, "");
model.setValue(userProperty, ActFmPreferenceService.thisUser().toString());
} else {
model.setValue(idProperty, id);
if(userProperty != null)

Loading…
Cancel
Save