https://bugzilla.wikimedia.org/show_bug.cgi?id=42168
--- Comment #2 from Brad Jorsch <[email protected]> 2012-11-16 16:10:50 UTC --- The text for revision 107305 on oswiki seems to be missing. Pre-ContentHandler, the API would get a "false" value back from $revision->getText() in this case, which would be silently cast to an empty string. Now we get back null from $revision->getContent(), and then a PHP fatal error when we try to call its methods. Gerrit change 33730 takes us back to the old behavior (and the current behavior for the edit form, e.g. http://os.wikipedia.org/w/index.php?oldid=107305&action=edit) of treating this situation as if the revision were empty. -- 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
