From b930dc352fd9b560c294578a91cef74d04e2ff2f Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 16 Jun 2008 22:21:12 +0000 Subject: [PATCH] One more, thanks to Alexfusco5 for reporting it --- includes/specials/Watchlist.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/includes/specials/Watchlist.php b/includes/specials/Watchlist.php index bb5e7ba06f..ebe5fd202c 100644 --- a/includes/specials/Watchlist.php +++ b/includes/specials/Watchlist.php @@ -4,10 +4,7 @@ * @ingroup SpecialPage Watchlist */ -/** - * - */ -require_once( dirname(__FILE__) . '/SpecialRecentchanges.php' ); +require_once( dirname(__FILE__) . '/Recentchanges.php' ); /** * Constructor -- 2.20.1