1
0
mirror of synced 2025-01-31 12:32:59 +03:00

Update create bug script

This script is using the first argument twice and ignoring the second argument completely.
This commit is contained in:
Nick Hazen 2013-09-04 16:55:06 -04:00
parent 340ae15ba7
commit 528fe40839

View File

@ -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);