minor bug fix
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 17 Jan 2004 10:07:03 +0000 (10:07 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 17 Jan 2004 10:07:03 +0000 (10:07 +0000)
includes/OutputPage.php

index 672ade1..2bec68f 100644 (file)
@@ -122,7 +122,7 @@ class OutputPage {
                }
        }
 
-       function isArticleRelated( $v )
+       function isArticleRelated()
        {
                return $this->mIsArticleRelated;
        }