diff --git a/app/Http/Controllers/Contracts/ContractController.php b/app/Http/Controllers/Contracts/ContractController.php index e590b1516..bf863b35f 100644 --- a/app/Http/Controllers/Contracts/ContractController.php +++ b/app/Http/Controllers/Contracts/ContractController.php @@ -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