From: Gabriel Wicke Date: Fri, 14 May 2004 15:07:03 +0000 (+0000) Subject: forgot the ='' part X-Git-Tag: 1.3.0beta1~65 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=57c31ad30804a0e9ac1e4baf790a62323918365d;p=lhc%2Fweb%2Fwiklou.git forgot the ='' part --- 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;