Index: trunk/phase3/maintenance/updateCollation.php |
— | — | @@ -67,6 +67,7 @@ |
68 | 68 | |
69 | 69 | if ( $force ) { |
70 | 70 | $options['ORDER BY'] = 'cl_from, cl_to'; |
| 71 | + $collationConds = array(); |
71 | 72 | } else { |
72 | 73 | $collationConds = array( 0 => |
73 | 74 | 'cl_collation != ' . $dbw->addQuotes( $wgCategoryCollation ) ); |