Skip to content

Commit

Permalink
Use correct (?) function
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Oct 2, 2024
1 parent c37be1b commit 00dc8c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public List<Image> getImageList(final String type, final long internalId) {
dataIntegrityLogService.logWarning(rs.getLong(2), "PS_MARBilderID", "Image without filename.");
}
image.setImageId(rs.getLong(2));
image.setEntityOrder(rs.getInteger(3));
image.setEntityOrder(rs.getInt(3));
return image;
});

Expand Down

0 comments on commit 00dc8c6

Please sign in to comment.