Don't use $wgVariantArticlePath for variants of non-content languages
authorLiangent <liangent@gmail.com>
Wed, 14 Aug 2013 16:04:26 +0000 (16:04 +0000)
committerLiangent <liangent@gmail.com>
Wed, 14 Aug 2013 16:04:51 +0000 (16:04 +0000)
commitdd841c2a5608a42bf39ea13314dc2391d885dcc4
tree48a05bdcd09577dccd8aa686af7a0301171ac88b
parent24ba0426481e0e186cf4152bd325ba1e1e341fa7
Don't use $wgVariantArticlePath for variants of non-content languages

Currently PathRouter understands variants of $wgContLang only, and it
wouldn't be easy to extend it to variants of the given title because at
the time of preparing PathRouter for parsing, the title is unknown yet.

Bug: 52852
Bug: 52850
Change-Id: I7dcf7dc73e36945e420a66d99329c09c75b17882
includes/Title.php