controller error correction

This commit is contained in:
2019-12-06 21:39:35 -06:00
parent 43b5f579c3
commit ebb3789d51

View File

@@ -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 {