From 3e867e762f6e4fef1394f6283d914701d9e85b6d Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 17 Jan 2004 10:07:03 +0000 Subject: [PATCH] minor bug fix --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 672ade15b8..2bec68fd7a 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -122,7 +122,7 @@ class OutputPage { } } - function isArticleRelated( $v ) + function isArticleRelated() { return $this->mIsArticleRelated; } -- 2.20.1