Update create bug script
This script is using the first argument twice and ignoring the second argument completely.
This commit is contained in:
parent
340ae15ba7
commit
528fe40839
@ -1037,7 +1037,7 @@ like this:
|
||||
require_once "bootstrap.php";
|
||||
|
||||
$theReporterId = $argv[1];
|
||||
$theDefaultEngineerId = $argv[1];
|
||||
$theDefaultEngineerId = $argv[2];
|
||||
$productIds = explode(",", $argv[3]);
|
||||
|
||||
$reporter = $entityManager->find("User", $theReporterId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user