From 0373d7e076edeb337a5512a933e7f6e83bd63097 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. --- ContactPage.alias.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ContactPage.alias.php b/ContactPage.alias.php index 5b582a6..56913f6 100644 --- a/ContactPage.alias.php +++ b/ContactPage.alias.php @@ -6,6 +6,8 @@ * @ingroup Extensions */ +$specialPageAliases = array(); + /** English * @author Jon Harald Søby */