Skip to content

Commit

Permalink
Merge pull request UbuntuEvangelist#428 from baholladay/SAK-29248
Browse files Browse the repository at this point in the history
SAK-29248 fix the build. Huzzah.
  • Loading branch information
ottenhoff committed Apr 17, 2015
2 parents a2deaa4 + cd478ce commit 981f97e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,7 @@ public void updateAssignmentOrder(final String gradebookUid, final Long assignme
final Long gradebookId = getGradebook(gradebookUid).getId();

//get all assignments for this gradebook
List<Assignment> assignments = getAssignments(gradebookId, Assignment.SORT_BY_SORTING, true);
List<Assignment> assignments = getAssignments(gradebookId, SortType.SORT_BY_SORTING, true);

//find the assignment
Assignment target = null;
Expand Down

0 comments on commit 981f97e

Please sign in to comment.