From 13834683ec619f2031e32242d800f9dd94d6a5a3 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 31 Aug 2011 14:32:50 +0000 Subject: [PATCH] Add 'path' => __FILE__, to Extension:RSS Bug 30659 - correct extension credits --- RSS.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RSS.php b/RSS.php index cdf3800..387265c 100644 --- a/RSS.php +++ b/RSS.php @@ -20,6 +20,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { // Extension credits that will show up on Special:Version $wgExtensionCredits['parserhook'][] = array( + 'path' => __FILE__, 'name' => 'RSS feed', 'author' => array( 'Kellan Elliott-McCrea', 'mutante', 'Daniel Kinzler', 'Rdb', 'Mafs', 'Alxndr', 'Thomas Gries', 'Chris Reigrut',