From f183626e05ce16e35fdc02034e42ca7ff1926c88 Mon Sep 17 00:00:00 2001 From: Shinjiman Date: Mon, 27 Apr 2009 03:15:19 +0000 Subject: [PATCH] Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version --- ContributionScores.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ContributionScores.php b/ContributionScores.php index f4d62fd..93ad076 100644 --- a/ContributionScores.php +++ b/ContributionScores.php @@ -10,6 +10,7 @@ if (!defined('MEDIAWIKI')) { } $wgExtensionCredits['specialpage'][] = array( + 'path' => __FILE__, 'name'=>'Contribution Scores', 'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores', 'author'=>'Tim Laqua',