* I wonder
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 29 Apr 2007 12:58:32 +0000 (12:58 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 29 Apr 2007 12:58:32 +0000 (12:58 +0000)
includes/SpecialContributions.php

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