Skip to content

Commit df5b59c

Browse files
authored
Merge pull request #2817 from jonathonsurles/user-list-desc-comment-sort-fix-develop
Fix sort by comment descending in Accounts Manager
2 parents de0407a + 50e641c commit df5b59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WeBWorK/ContentGenerator/Instructor/UserList.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ sub byDescStudentID { local ($b, $a) = ($a, $b); return byStudentID() }
592592
sub byDescStatus { local ($b, $a) = ($a, $b); return byStatus() }
593593
sub byDescSection { local ($b, $a) = ($a, $b); return bySection() }
594594
sub byDescRecitation { local ($b, $a) = ($a, $b); return byRecitation() }
595-
sub byDescComment { local ($b, $a) = ($a, $b); return byC mment() }
595+
sub byDescComment { local ($b, $a) = ($a, $b); return byComment() }
596596
sub byDescPermission { local ($b, $a) = ($a, $b); return byPermission() }
597597

598598
# Utilities

0 commit comments

Comments
 (0)