From 3ad2397c2bf93c01717c38e6ace81e8a49575973 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 16 Aug 2003 21:37:27 +0000 Subject: [PATCH] Fix for rollback --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1