Page MenuHomePhabricator

createAndPromote.php always creates bureaucrats
Closed, InvalidPublic

Description

Author: schnetter

Description:
The script createAndPromote.php always creates bureaucrats, even when the option --bureaucrat is not specified. This is probably due to a typo in the if statement

if( isset( $option['bureaucrat'] ) )

which should instead check $options (missing "s").


Version: 1.15.x
Severity: normal

Details

Reference
bz27692

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:33 PM
bzimport set Reference to bz27692.
bzimport added a subscriber: Unknown Object (MLST).

The 1.15 branch isn't really supported anymore. I would suggest upgrading to 1.16.x