https://bugzilla.wikimedia.org/show_bug.cgi?id=35671
--- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-04-03 16:19:17 UTC --- Yay to whoever added gettoken only on few modules if ( $salt !== false && !$moduleParams['gettoken'] ) { to if ( $salt !== false && isset( $moduleParams['gettoken'] ) && !$moduleParams['gettoken'] ) { I guess... -- 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
