Index: branches/wmf-deployment/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." ); |
Property changes on: branches/wmf-deployment/extensions/LiquidThreads |
___________________________________________________________________ |
Name: svn:mergeinfo |
59 | 60 | - /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57116,57130-57134,57169,57193,57195,57198,57200-57206,57215,57219,57222,57225,57227,57229,57287,57389-57390 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350 |
60 | 61 | + /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57116,57130-57134,57169,57193,57195,57198,57200-57206,57215,57219,57222,57225,57227,57229,57287,57384,57389-57390 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350 |