diff --git a/app/Http/Controllers/ContractAdminController.php b/app/Http/Controllers/ContractAdminController.php
index 0866e337e..f49539f75 100644
--- a/app/Http/Controllers/ContractAdminController.php
+++ b/app/Http/Controllers/ContractAdminController.php
@@ -149,7 +149,7 @@ class ContractAdminController extends Controller
//Send mail out to winner of the contract
$subject = 'Contract Won';
$body = 'You have been accepted to perform the following contract:
';
- $body .= $contract['id'] . ' : ' . $contract['title'] . '
';
+ $body .= $contract['contract_id'] . ' : ' . $contract['title'] . '
';
$body .= 'Notes:
';
$body .= $contract['description'] . '
';
$body .= 'Please remit contract when the items are ready to Spatial Forces. Description should be the contract identification number. Request ISK should be the bid amount.';