Cleaning up some old PHP 4 object-reference usage in some edit filtering hooks.
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 21 Aug 2009 21:51:29 +0000 (21:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 21 Aug 2009 21:51:29 +0000 (21:51 +0000)
commitaa1740d88db989d68df5be4080a7eefc95b6715f
tree21f0cd68477359f867d392917d2bb9fd2176932f
parent75aea550b14eae8247b64fca3dfad11d90e0a0dc
Cleaning up some old PHP 4 object-reference usage in some edit filtering hooks.
There was a mix of uses of the reference and non-uses of the reference. :)
Reverts r53714 and fixes it from the other end by cleaning up the uses to not expect references.
docs/hooks.txt
includes/EditPage.php
includes/api/ApiEditPage.php