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

P.Copp <paul.copper...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.copper...@gmail.com

--- Comment #4 from P.Copp <paul.copper...@gmail.com> 2012-03-11 08:08:16 UTC 
---
In MessageCache.php:
708                            if ( substr( $entry, 0, 1 ) === ' ' ) {
709                                    return substr( $entry, 1 );

> var_dump( substr( ' ', 1 ) );
bool(false)

Changing it to mb_substr would work, as mb_substr doesn't have this odd
behavior of returning false. Can we fix this or do some wikis rely on the
current behavior?

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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to