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.
This commit is contained in:
Siebrand Mazeland 2010-09-19 09:13:18 +00:00
parent cfd3051283
commit 9ad4d83a89

View file

@ -6,6 +6,8 @@
* @ingroup Extensions * @ingroup Extensions
*/ */
$specialPageAliases = array();
/** English (English) */ /** English (English) */
$specialPageAliases['en'] = array( $specialPageAliases['en'] = array(
'ContributionScores' => array( 'ContributionScores' ), 'ContributionScores' => array( 'ContributionScores' ),