E_NOTICE
authorAndrew Garrett <werdna@users.mediawiki.org>
Fri, 30 Jan 2009 19:41:10 +0000 (19:41 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Fri, 30 Jan 2009 19:41:10 +0000 (19:41 +0000)
includes/specials/SpecialContributions.php

index b96a9d7..aa4187c 100644 (file)
@@ -233,6 +233,10 @@ class SpecialContributions extends SpecialPage {
                if( !isset( $this->opts['month'] ) ) {
                        $this->opts['month'] = '';
                }
+
+               if( !isset( $this->opts['tagfilter'] ) ) {
+                       $this->opts['tagfilter'] = '';
+               }
        
                if( $this->opts['contribs'] == 'newbie' ) {
                        $this->opts['target'] = '';