Replace deprecated $wgDummyLanguageCodes in WebInstallerLanguage.php
authorFomafix <fomafix@googlemail.com>
Thu, 9 Mar 2017 07:33:10 +0000 (08:33 +0100)
committerFomafix <fomafix@googlemail.com>
Fri, 9 Jun 2017 13:39:56 +0000 (15:39 +0200)
commitc28563471f560308a956463ec0a8fa3a3d1835f1
treece96dc000ca8f78774c467584bcd2f417377f9df
parentd0a0838cb76b4cf20977c4aba5fe06877d8deb58
Replace deprecated $wgDummyLanguageCodes in WebInstallerLanguage.php

The internal language codes of the reserved for local use area 'qqq' and 'qqx'
are not in Language::fetchLanguageNames().

The check for deprecated language codes can removed, when they are removed
from Language::fetchLanguageNames().

Change-Id: I5d67ac3f9fbf341ee6bd84094fb671e97e512dd4
includes/installer/WebInstallerLanguage.php