Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -337,7 +337,7 @@ |
338 | 338 | $message = htmlspecialchars( $wgRequest->getText( 'message', '' ) ); |
339 | 339 | |
340 | 340 | $title = Title::newFromText( 'MobileFrontend Extension Feedback' ); |
341 | | - $article = new Article( $title ); |
| 341 | + $article = new Article( $title, 0 ); |
342 | 342 | $rawtext = $article->getRawText(); |
343 | 343 | $rawtext .= "\n== {$subject} == \n {$message} ~~~~ \n <small>User agent: {$userAgent}</small> "; |
344 | 344 | $article->doEdit( $rawtext, '' ); |