mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-08-24 08:29 pm

[dw-free] Backed out changeset 0c18f326ab15

[commit: http://hg.dwscoalition.org/dw-free/rev/113e9f50a208]

Backed out changeset 0c18f326ab15

The proper fix will be done as part of bug 1616.

Files modified:
  • htdocs/manage/tags.bml
--------------------------------------------------------------------------------
diff -r 0c18f326ab15 -r 113e9f50a208 htdocs/manage/tags.bml
--- a/htdocs/manage/tags.bml	Sat Aug 22 18:20:19 2009 +0000
+++ b/htdocs/manage/tags.bml	Mon Aug 24 20:27:27 2009 +0000
@@ -303,7 +303,7 @@ HEAD
 
     my $grouplist = $u->trust_groups;
     push @groups,  map  { "group:" . $_, $grouplist->{$_}->{groupname} }
-    sort { $grouplist->{$a}->{sortorder} <=> $grouplist->{$b}->{sortorder} }
+    sort { $grouplist->{$a}->{groupname} cmp $grouplist->{$b}->{groupname} }
     keys %$grouplist;
 
     my $security = LJ::Tags::get_permission_levels($u);
--------------------------------------------------------------------------------