From 9ad4d83a8966a856b30788fb4eab4b367dc98126 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 19 Sep 2010 09:13:18 +0000 Subject: [PATCH] Re-apply 73306: Follow-up r73304: add "$specialPageAliases = array();" at top of the file. There was an error in Translate.alias.php that has now been resolved. --- ContributionScores.alias.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ContributionScores.alias.php b/ContributionScores.alias.php index be64ae1..e0da219 100644 --- a/ContributionScores.alias.php +++ b/ContributionScores.alias.php @@ -6,6 +6,8 @@ * @ingroup Extensions */ +$specialPageAliases = array(); + /** English (English) */ $specialPageAliases['en'] = array( 'ContributionScores' => array( 'ContributionScores' ),