* (bug 17207) Fix regression breaking category page display on PHP 5.1
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 28 Jan 2009 21:32:19 +0000 (21:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 28 Jan 2009 21:32:19 +0000 (21:32 +0000)
commit1ccd82ba0cb4d916665581de1df711750cf83d3b
treefe96bdbdf26b7b16428edcc7ddf9b6f11403afa1
parent4037ce2d09cce935f5801c940f70bfb4d321653a
* (bug 17207) Fix regression breaking category page display on PHP 5.1
r46020 added a call to $wgContLang->convert() for category article listings, but mistakenly passed the title *object* instead of the text.
In PHP 5.2, this was silently converted to a string, but in older versions this would interpolate as something useless like "Object id #110".
RELEASE-NOTES
includes/CategoryPage.php