lookup helper correction

This commit is contained in:
2019-12-06 21:41:33 -06:00
parent bb1d986113
commit fde6190226

View File

@@ -171,7 +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 {