Bug 4549. "Temporary" means that it's cleared in parse() or some other frequently...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 2 Feb 2006 13:42:50 +0000 (13:42 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 2 Feb 2006 13:42:50 +0000 (13:42 +0000)
commit8949e26400014f3187c97d7ade280235776a9da8
treed0507cb920978a35fac33cc0a2c79901e590c18b
parentb9766fe1e398979e71ce7b45dbcb338c6e504833
Bug 4549. "Temporary" means that it's cleared in parse() or some other frequently-called member function, which those two variables clearly weren't. They were in fact persistent. They should have been state variables. Also removed obsolete and unused transclusion code, which would have suffered the same problem if it was used.
includes/Parser.php