Quick and dirty guard against a FakeTitle making its way into message transformation.
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 13 Jan 2007 22:36:32 +0000 (22:36 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 13 Jan 2007 22:36:32 +0000 (22:36 +0000)
commitf724ad0838f92f6dfc9618c8729c7270db8d5997
tree293b27634a005f2f16fb2d2429e4d533ed9b1349
parent4e7c424df21d86d46056c923dc62b1666518bddf
Quick and dirty guard against a FakeTitle making its way into message transformation.
This could break job processing when a message using {{PAGENAME}} or similar got interpreted;
for instance using {{int:noarticeltext}}.

The message transformation uses $wgTitle, which is... probably not super.
Better fix might be to distinguish inline transformation in some nice way,
so the parser would use its own title object already set locally... or something.

ugh!
includes/Parser.php