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

--- Comment #4 from Subfader <[email protected]> 2010-05-15 22:17:40 UTC ---
Solution: includes\Pager.php:
Just switch the images:

                    if ( $this->mDefaultDirection ) {
                        # Descending
                        $image = 'Arr_u.png';
                        $query['asc'] = '1';
                        $query['desc'] = '';
                        $alt = htmlspecialchars( wfMsg( 'descending_abbrev' )
);
                    } else {
                        # Ascending
                        $image = 'Arr_d.png';
                        $query['asc'] = '';
                        $query['desc'] = '1';
                        $alt = htmlspecialchars( wfMsg( 'ascending_abbrev' ) );
                    }

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

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to