From 70cf733649ccb7fb26c0f6834b5e40bc0dc9eb32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 29 Apr 2007 12:58:32 +0000 Subject: [PATCH] * I wonder --- includes/SpecialContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index a0effc6d3c..c61721bdd3 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -7,7 +7,7 @@ class ContribsPager extends IndexPager { public $mDefaultDirection = true; var $messages, $target; - var $namespace == '', $mDb; + var $namespace = '', $mDb; function __construct( $target, $namespace = false ) { global $wgUser; -- 2.20.1