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

Merge pull request #775 from Blazinn/patch-1

Update create bug script
This commit is contained in:
Marco Pivetta 2013-09-04 15:18:36 -07:00
commit 0a9ff77303

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