Fix a bug of LanguageConverter::findVariantLink(). If the article has already existed...
authorPhilip Tzou <philip@users.mediawiki.org>
Mon, 10 Aug 2009 08:01:08 +0000 (08:01 +0000)
committerPhilip Tzou <philip@users.mediawiki.org>
Mon, 10 Aug 2009 08:01:08 +0000 (08:01 +0000)
commitb02b410fec97595d5c2b6dbd2046dc0980947a45
tree4b5a060bcf1c02d39d8e1b0e9661904bd9bab47f
parentf75ac180895e989afe7c748eb1c1fc259e0d70c8
Fix a bug of LanguageConverter::findVariantLink(). If the article has already existed, there is no need to check it again, otherwise it may cause a fault.
languages/LanguageConverter.php