(bug 9860) Fix bug caused by true == 'default' (don't you love PHP?). Thanks to...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 10 May 2007 01:24:51 +0000 (01:24 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 10 May 2007 01:24:51 +0000 (01:24 +0000)
commit7125495256c8bf80f9a3014a772fa3b9a14760c5
tree2a0d05dbed216ebcdef560a2b9d506800e39c12e
parenta4172ecba8b564bb344791f88f38bc74591307d1
(bug 9860) Fix bug caused by true == 'default' (don't you love PHP?).  Thanks to Ben White/Philip.

I'm not sure how to phrase this for RELEASE-NOTES since I'm not sure what it does exactly; does it only affect extension-writers or something?  From looking at the code I can't even see how the execution path is ever even followed, except maybe from maintenance scripts.
includes/RecentChange.php