From 9ea31e542ed3ac4b0f7292d18fde6818395e0968 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Thu, 16 Jan 2014 18:52:57 +0100 Subject: [PATCH] SpecialWatchlist: Fix a fatal due to undefined variable Followup to Iffc9ada3. Change-Id: I6e7a43f2a78b9a94804151221ff4f2369d14d5db --- includes/specials/SpecialWatchlist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index 28b4041982..ac41340501 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -447,6 +447,7 @@ class SpecialWatchlist extends SpecialRecentChanges { $nondefaults = $opts->getChangedValues(); $form = ""; + $user = $this->getUser(); # Show watchlist header $form .= "

"; -- 2.20.1