From de845b4ba9945ccf3cc16fdbaec214ccec51a0be Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 21 Aug 2010 19:54:25 +0000 Subject: [PATCH] Use canonical class name. --- 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 d29cf07f4d..5da16fe628 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -26,7 +26,7 @@ * * @ingroup SpecialPage */ -class SpecialRecentchangeslinked extends SpecialRecentchanges { +class SpecialRecentchangeslinked extends SpecialRecentChanges { var $rclTargetTitle; function __construct(){ -- 2.20.1