diff --git a/app/Http/Controllers/Moons/MoonsAdminController.php b/app/Http/Controllers/Moons/MoonsAdminController.php index 6ef2a3360..5dac27d60 100644 --- a/app/Http/Controllers/Moons/MoonsAdminController.php +++ b/app/Http/Controllers/Moons/MoonsAdminController.php @@ -97,7 +97,7 @@ class MoonsAdminController extends Controller //Set the contact name $contact = $lookupHelper->CharacterIdToName($rental->Contact); - //Set up the renter whether it's W4RP or another corporation + //Set up the renter whether it's a corporation in W4RP or another alliance $ticker = $rental->RentalCorp; $type = $rental->Type; } @@ -257,7 +257,6 @@ class MoonsAdminController extends Controller } //Let's find the corporation and alliance information to ascertain whethery they are in Warped Intentions or another Legacy Alliance - $char = $lookup->GetCharacterInfo($contact); //Takes the corp id and looks up the corporation info $corp = $lookup->GetCorporationInfo($char->corporation_id); diff --git a/resources/views/moons/admin/updatemoon.blade.php b/resources/views/moons/admin/updatemoon.blade.php index 055845743..db505ac74 100644 --- a/resources/views/moons/admin/updatemoon.blade.php +++ b/resources/views/moons/admin/updatemoon.blade.php @@ -8,7 +8,7 @@ {{ Form::select('spmn', $spmn, null, ['class' => 'form-control', 'placeholder' => 'Select Moon...']) }}