@fixme this is probably *horribly wrong*
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 3 Dec 2007 20:38:06 +0000 (20:38 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 3 Dec 2007 20:38:06 +0000 (20:38 +0000)
commit852b0dcfa7801dea980625cde2135dceb3482b8b
tree20eb188eb6601a16413f403037ba5f0f1783ed61
parent06be63aa1cb9929930931bf2e5887deff9f63496
@fixme this is probably *horribly wrong*
LanguageConverter seems to want $wgParser's uniqPrefix, however
if this is called for a parser cache hit, the parser may not
have ever been initialized in the first place.

Not really sure what the heck is supposed to be going on here...
For now, returning an empty string '' without dying out, but
leaving a stub exception comment in for testing.
includes/Parser.php