contract controller lookup updated

This commit is contained in:
2019-12-24 23:36:02 -06:00
parent 896b3bb13a
commit 22d5d4692d

View File

@@ -234,7 +234,7 @@ class ContractController extends Controller
$char = $lookup->GetCharacterInfo($characterId);
$corporationId = $char->corporation_id;
//use the lookup helper in order to find the corporation's name from it's id.
$corp = $lookup->LookupCorporation($corporationId, null);
$corp = $lookup->GetCorporationInfo($corporationId);
$corporationName = $corp->name;
//Before saving a bid let's check to see if the user already placed a bid on the contract