From 57c31ad30804a0e9ac1e4baf790a62323918365d Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 14 May 2004 15:07:03 +0000 Subject: [PATCH] forgot the ='' part --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index b659637d48..dd1b38d4e2 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -831,7 +831,7 @@ class Article { # After we've either updated or inserted the article, update # the link tables and redirect to the new page. - function showArticle( $text, $subtitle , $sectionanchor ) + function showArticle( $text, $subtitle , $sectionanchor = '' ) { global $wgOut, $wgUser, $wgLinkCache; global $wgMwRedir; -- 2.20.1