Index: trunk/extensions/LiquidThreads/api/ApiFeedLQTThreads.php |
— | — | @@ -147,7 +147,7 @@ |
148 | 148 | $msg .= '-from'; |
149 | 149 | } |
150 | 150 | |
151 | | - return wfMsg( $msg, $fromPlaces, $fromCount ); |
| 151 | + return wfMsgExt( $msg, array( 'parsemag' ), $fromPlaces, $fromCount ); |
152 | 152 | } |
153 | 153 | |
154 | 154 | function getConditions( $params, $db ) { |