From 9624a035cf3360ddb869d35f390938ebb7a4a471 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 19 Jun 2008 21:40:36 +0000 Subject: [PATCH] re-tweak filename: todo -- refactor this crap to use classes and the autoloader --- includes/specials/SpecialRecentchangeslinked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index 73d46f81a4..00d5d29583 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -5,7 +5,7 @@ * @ingroup SpecialPage */ -require_once( 'Recentchanges.php' ); +require_once( 'SpecialRecentchanges.php' ); /** * Entrypoint -- 2.20.1