From: Platonides Date: Sat, 21 Aug 2010 19:54:25 +0000 (+0000) Subject: Use canonical class name. X-Git-Tag: 1.31.0-rc.0~35397 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=de845b4ba9945ccf3cc16fdbaec214ccec51a0be;p=lhc%2Fweb%2Fwiklou.git Use canonical class name. --- 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(){