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

--- Comment #5 from Sam Reed (reedy) <[email protected]> ---
SpecialCreateMassMessageList and SpecialEditMassMessageList doesn't return
something on all code paths in their onSubmit()

MassMessageHooks.php - Line 192
$revId = ( $next ) ? $next : $revId;

$revId on the right hand side is undefined


ApiEditMassMessageList::getEditSummary() - $title and $count used at the bottom
may have not been defined (I note there's quite a few code paths through that
block...)


MassMessageListContentHandler::unserializeContent() should have @throws
MWContentSerializationException

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to