https://bugzilla.wikimedia.org/show_bug.cgi?id=17207


Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|Category Page links say     |Category Page links say
                   |"Object id"                 |"Object id" (regression on
                   |                            |PHP 5.1)




--- Comment #4 from Brion Vibber <[email protected]>  2009-01-28 21:34:13 UTC 
---
Regression... 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".

Fixed in r46489.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to