Daniel Kinzler has uploaded a new change for review. Change subject: Catch excpt to avoid fatal in Message::__toString ......................................................................
Catch excpt to avoid fatal in Message::__toString PHP doesn't allow __toString to throw exceptions and will trigger a fatal error if it does. So, catch any exceptions and try to report them using wfWarn. Change-Id: I52d38e9a927da4db18f4733fd207f9396adedf94 --- M includes/Message.php 1 file changed, 18 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/43/42543/1 -- To view, visit https://gerrit.wikimedia.org/r/42543 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I52d38e9a927da4db18f4733fd207f9396adedf94 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
