From: Brion Vibber Date: Sat, 16 Aug 2003 21:37:27 +0000 (+0000) Subject: Fix for rollback X-Git-Tag: 1.1.0~332 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=3ad2397c2bf93c01717c38e6ace81e8a49575973;p=lhc%2Fweb%2Fwiklou.git Fix for rollback --- diff --git a/includes/Article.php b/includes/Article.php index 370f089b67..da63a4b9be 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -378,7 +378,7 @@ class Article { $this->showArticle( $text, wfMsg( "newarticle" ) ); } - function updateArticle( $text, $summary, $minor, $watchthis, $section ) + function updateArticle( $text, $summary, $minor, $watchthis, $section="" ) { global $wgOut, $wgUser, $wgTitle, $wgLinkCache; global $wgDBtransactions;