Skip to content

Commit 196cb9d

Browse files
committed
Add p18 value to contrib
1 parent 3a59e06 commit 196cb9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/fr/free/nrw/commons/upload/UploadModel.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ public Observable<Contribution> buildContributions() {
198198
if (item.place != null) {
199199
contribution.setWikiDataEntityId(item.place.getWikiDataEntityId());
200200
// If item already has an image, we need to know it. We don't want to override existing image later
201-
contribution.setP18Value(item.place.pic); }
201+
contribution.setP18Value(item.place.pic);
202+
}
202203
if (null == selectedCategories) {//Just a fail safe, this should never be null
203204
selectedCategories = new ArrayList<>();
204205
}

0 commit comments

Comments
 (0)