Index: trunk/extensions/Survey/api/ApiQuerySurveys.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | if ( !( ( isset( $params['ids'] ) && count( $params['ids'] ) > 0 ) |
36 | 36 | XOR ( isset( $params['names'] ) && count( $params['names'] ) > 0 ) |
37 | 37 | ) ) { |
38 | | - $this->dieUsage( wfMsgExt( 'survey-err-ids-xor-names' ), 'ids-xor-names' ); |
| 38 | + $this->dieUsage( wfMsg( 'survey-err-ids-xor-names' ), 'ids-xor-names' ); |
39 | 39 | } |
40 | 40 | |
41 | 41 | $this->addTables( 'surveys' ); |