From: Brion Vibber Date: Thu, 19 Jun 2008 21:40:36 +0000 (+0000) Subject: re-tweak filename: todo -- refactor this crap to use classes and the autoloader X-Git-Tag: 1.31.0-rc.0~46933 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=9624a035cf3360ddb869d35f390938ebb7a4a471;p=lhc%2Fweb%2Fwiklou.git re-tweak filename: todo -- refactor this crap to use classes and the autoloader --- 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