* (bug 13522) Fix fatal error in Parser::extractTagsAndParams
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 27 Mar 2008 00:00:25 +0000 (00:00 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 27 Mar 2008 00:00:25 +0000 (00:00 +0000)
commit5cbe54fa7b01e266effd22cf0ff9694a38565e46
treefdfa6168070c88cb6664b1276426a5fe6fd8467a
parentfd840361b1e8ec453f51bac317efc2df5c050119
* (bug 13522) Fix fatal error in Parser::extractTagsAndParams
Patch by MinuteElectron - https://bugzilla.wikimedia.org/attachment.cgi?id=4772 with fixes
Replaces an instance variable with a constant, since it doesn't change, which is safe to access when the function is called statically from an outside class, as some extensions do.
RELEASE-NOTES
includes/Parser.php
includes/Preprocessor_DOM.php
includes/Preprocessor_Hash.php