Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -757,7 +757,7 @@ |
758 | 758 | $conds = array( 'trs_page' => $this->getTitle()->getArticleId() ); |
759 | 759 | $options = array(); |
760 | 760 | if ( $dbr->fieldExists( 'translate_sections', 'trs_order', __METHOD__ ) ) { |
761 | | - $options['GROUP BY'] = 'trs_order'; |
| 761 | + $options['ORDER BY'] = 'trs_order'; |
762 | 762 | } |
763 | 763 | $res = $dbr->select( $tables, $vars, $conds, __METHOD__, $options ); |
764 | 764 | |