From: Tim Starling Date: Sat, 17 Jan 2004 10:07:03 +0000 (+0000) Subject: minor bug fix X-Git-Tag: 1.3.0beta1~1155 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=3e867e762f6e4fef1394f6283d914701d9e85b6d;p=lhc%2Fweb%2Fwiklou.git minor bug fix --- 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; }