Fixed update query args
This commit is contained in:
parent
123771bf12
commit
e8cbe78587
@ -358,8 +358,10 @@ public class OutfitController {
|
|||||||
outfit.getSubmitter(),
|
outfit.getSubmitter(),
|
||||||
outfit.getTag(),
|
outfit.getTag(),
|
||||||
outfit.getMeta(),
|
outfit.getMeta(),
|
||||||
|
outfit.getUpdated(),
|
||||||
outfit.isFeatured(),
|
outfit.isFeatured(),
|
||||||
outfit.getDisplayCount());
|
outfit.getDisplayCount(),
|
||||||
|
outfit.getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void deleteExec(String id) throws SQLException {
|
private static void deleteExec(String id) throws SQLException {
|
||||||
|
Loading…
Reference in New Issue
Block a user