Fixing a PHP warning about passing variables by reference from the function call...
authorRotem Liss <rotem@users.mediawiki.org>
Sun, 26 Nov 2006 19:01:56 +0000 (19:01 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sun, 26 Nov 2006 19:01:56 +0000 (19:01 +0000)
commitd0699504c545da0907ea4c7df91e56e3f7d8c8da
tree3aa276441ce472a5699f5eeda7b5287d2051eb5a
parent98b3236c8d5cf145be272340ac9381a33ee67f30
Fixing a PHP warning about passing variables by reference from the function call (should be passed from the function decleration itself, and they are passed in that way), like the other call to wfMerge in this file; tested.
includes/EditPage.php