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)
commit84c2f656b749d97903f78cf4d77a254107ee83a2
treee2b6784cb1b4530220c0f722aca7a8b8c1138b1d
parenta63ff46b8986b6be58313f63f05c33680c4ccf2a
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.
ConfirmEdit_body.php