https://bugzilla.wikimedia.org/show_bug.cgi?id=30324
--- Comment #9 from Marco Aurelio <[email protected]> 2012-09-21 14:33:22 UTC --- Possible solution: In Gerrit change #16650 $logParams[] = 'nocreate, angry-autoblock'; was changed to $logParams[] = 'nocreate, autoblock'; $logParams[] looks to be used in Special:Log/block. The 'autoblock' param should be removed from that, being $logParams[] = 'nocreate'; to avoid the weird "autoblock" message (not the option) being set in the message. Do we have a different messages in AbuseFilter.class.php for IP blocks and username blocks? -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
