From eb1b634efa45e4718555af5236a35da694e47754 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 19 Sep 2010 08:48:52 +0000 Subject: [PATCH] Follow-up r73304: add "$specialPageAliases = array();" at top of the file. --- 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 */