Dotclear


Ignore:
Timestamp:
07/17/15 14:47:46 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Lexical order for available widgets, closes #2058

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/widgets/class.widgets.php

    r2964 r3058  
    122122     private static function sort($a,$b) 
    123123     { 
    124           $c = $a->name(); 
    125           $d = $b->name(); 
     124          $c = dcUtils::removeDiacritics(mb_strtolower($a->name())); 
     125          $d = dcUtils::removeDiacritics(mb_strtolower($b->name())); 
    126126          if ($c == $d) { 
    127127               return 0; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map