Index: trunk/extensions/SemanticForms/includes/SF_Utils.php |
— | — | @@ -264,8 +264,7 @@ |
265 | 265 | array( 'categorylinks', 'page' ), |
266 | 266 | array( 'page_title', 'page_namespace' ), |
267 | 267 | array( 'cl_from = page_id', $conditions ), |
268 | | - __METHOD__, |
269 | | - 'SORT BY cl_sortkey' ); |
| 268 | + __METHOD__ ); |
270 | 269 | if ( $res ) { |
271 | 270 | while ( $res && $row = $db->fetchRow( $res ) ) { |
272 | 271 | if ( array_key_exists( 'page_title', $row ) ) { |