https://bugzilla.wikimedia.org/show_bug.cgi?id=26698
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Reedy <[email protected]> 2011-03-20 12:54:22 UTC --- Wonder if this is still an issue I see it has // Validate talkpage parameters if ( empty( $params['talkpage'] ) ) { $this->dieUsageMsg( array( 'missingparam', 'talkpage' ) ); } Which I swapped for !count() in r84377 -- 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
