Index: trunk/extensions/LiquidThreads/classes/Threads.php |
— | — | @@ -51,7 +51,8 @@ |
52 | 52 | if ( ! $talkpage->exists() ) { |
53 | 53 | try { |
54 | 54 | wfLoadExtensionMessages( 'LiquidThreads' ); |
55 | | - $talkpage->doEdit( "", wfMsg( 'lqt_talkpage_autocreate_summary' ), EDIT_NEW | EDIT_SUPPRESS_RC ); |
| 55 | + $talkpage->doEdit( "", wfMsgForContent( 'lqt_talkpage_autocreate_summary' ), |
| 56 | + EDIT_NEW | EDIT_SUPPRESS_RC ); |
56 | 57 | } catch ( DBQueryError $e ) { |
57 | 58 | // The article already existed by now. No need to do anything. |
58 | 59 | wfDebug( __METHOD__ . ": Article already existed by the time we tried to create it." ); |