diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index fdaa1e703..1c7335bf9 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -74,7 +74,7 @@ class StructureController extends Controller //Get the character's corporation from the lookup table or esi $corpId = $helper->LookupCharacter(Auth::user()->character_id); - $corpId = $corpId[0]->corporation_id; + //Get the dates we are working with $dates = $sHelper->GetTimeFrameInMonths($months);