forgot the ='' part
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 14 May 2004 15:07:03 +0000 (15:07 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 14 May 2004 15:07:03 +0000 (15:07 +0000)
includes/Article.php

index b659637..dd1b38d 100644 (file)
@@ -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;