From cd0a6fcbaf7205806255b9c302291db8aaa6be68 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Fri, 30 Jan 2009 19:41:10 +0000 Subject: [PATCH] E_NOTICE --- includes/specials/SpecialContributions.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index b96a9d7ea2..aa4187c058 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -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'] = ''; -- 2.20.1