https://bugzilla.wikimedia.org/show_bug.cgi?id=29680

Bawolff <bawolff...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #10 from Bawolff <bawolff...@gmail.com> 2011-07-06 00:53:41 UTC ---
Added a hook in r91510 (MW 1.19)

Subfader: To change the sort order to do what you want, add something like the
following to the bottom of LocalSettings.php:



function wfFixSortorder( $title, &$sortkey ) {
 $sortkey = $title->getPrefixedText();
 return true;
}
$wgHooks['GetDefaultSortkey'][] = 'wfFixSortorder';

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to