Revert r44292 "Assign by ref to make sure cache fields carry over"
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 10 Dec 2008 23:29:43 +0000 (23:29 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 10 Dec 2008 23:29:43 +0000 (23:29 +0000)
commit5fd0427041b7013b46dd96c4a7659f677458b4fa
tree927c0c1039c48cb300fa5cfbd32bc5bfa9491e31
parente375c0959678d8b93b145fb4e7dfced9340c124b
Revert r44292 "Assign by ref to make sure cache fields carry over"
This isn't PHP 4; the object's fields are changed on the object itself just fine. Unless people are changing the global variable $wgTitle to something different this should be fine. If there is a problem that this fixes, that's probably a problem itself and should be fixed in a cleaner way :D
includes/Skin.php