From ebb3789d5116cb15d8547df8bee6ecf44baf5ebd Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 6 Dec 2019 21:39:35 -0600 Subject: [PATCH] controller error correction --- app/Library/Lookups/NewLookupHelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Library/Lookups/NewLookupHelper.php b/app/Library/Lookups/NewLookupHelper.php index 193a841ab..86173a948 100644 --- a/app/Library/Lookups/NewLookupHelper.php +++ b/app/Library/Lookups/NewLookupHelper.php @@ -171,6 +171,7 @@ class NewLookupHelper { public function CorporationNameToId($corpName) { //Check if the corporation is stored in our own database first $corp = $this->LookupCorporation(null, $corpName); + dd($corp); if($corp != null) { return $corp->corporation_id; } else {