From 20300c8478a17a8b9a93bf941c287468d9d4c735 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 11 May 2015 21:19:50 +0200 Subject: [PATCH] Remove conflicting parser function alias The alias "speciale" for parser function "special" is conflicting with the parser function "speciale". The canonical form wins over the local alias, so the existing alias cannot be used. Therefore removed. Change-Id: I0fac6315384afb61c49c45b26508d4a3e1cd7b13 --- languages/messages/MessagesIt.php | 1 - languages/messages/MessagesSq.php | 1 - 2 files changed, 2 deletions(-) diff --git a/languages/messages/MessagesIt.php b/languages/messages/MessagesIt.php index 27bbe7849f..a369d1ddec 100644 --- a/languages/messages/MessagesIt.php +++ b/languages/messages/MessagesIt.php @@ -215,7 +215,6 @@ $magicWords = array( 'displaytitle' => array( '1', 'MOSTRATITOLO', 'DISPLAYTITLE' ), 'language' => array( '0', '#LINGUA', '#LANGUAGE:' ), 'numberofadmins' => array( '1', 'NUMEROADMIN', 'NUMBEROFADMINS' ), - 'special' => array( '0', 'speciale', 'special' ), 'tag' => array( '0', 'etichetta', 'tag' ), 'pagesincategory' => array( '1', 'PAGINEINCAT', 'PAGESINCATEGORY', 'PAGESINCAT' ), 'pagesize' => array( '1', 'DIMENSIONEPAGINA', 'PESOPAGINA', 'PAGESIZE' ), diff --git a/languages/messages/MessagesSq.php b/languages/messages/MessagesSq.php index 987464a3e9..71180c33d7 100644 --- a/languages/messages/MessagesSq.php +++ b/languages/messages/MessagesSq.php @@ -195,7 +195,6 @@ $magicWords = array( 'fullurl' => array( '0', 'URLEPLOTË', 'FULLURL:' ), 'language' => array( '0', '#GJUHA:', '#LANGUAGE:' ), 'numberofadmins' => array( '1', 'NUMRIIADMINISTRUESVE', 'NUMBEROFADMINS' ), - 'special' => array( '0', 'speciale', 'special' ), 'hiddencat' => array( '1', '__KATEGORIEFSHEHUR__', '__HIDDENCAT__' ), 'pagesize' => array( '1', 'MADHËSIAEFAQES', 'PAGESIZE' ), ); -- 2.20.1