https://bugzilla.wikimedia.org/show_bug.cgi?id=44111
--- Comment #1 from Daniel Kinzler <[email protected]> --- The code in question is: if ( wfReadOnly() ) { throw new \ReadOnlyError(); } I don't think there is anything wrong with that. I suppose the problem is that this exception is not caught and handled as expected in some cases. My guess is API calls. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
