Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -1178,7 +1178,8 @@ |
1179 | 1179 | $args = func_get_args(); |
1180 | 1180 | array_shift( $args ); |
1181 | 1181 | return wfMsgReplaceArgs( |
1182 | | - MessageCache::singleton()->parse( wfMsgGetKey( $key ), null, /* can't be set to false */ true )->getText(), |
| 1182 | + MessageCache::singleton()->parse( wfMsgGetKey( $key ), null, |
| 1183 | + /* can't be set to false */ true, /* interface */ true )->getText(), |
1183 | 1184 | $args ); |
1184 | 1185 | } |
1185 | 1186 | |