controller error correction
This commit is contained in:
@@ -171,6 +171,7 @@ class NewLookupHelper {
|
|||||||
public function CorporationNameToId($corpName) {
|
public function CorporationNameToId($corpName) {
|
||||||
//Check if the corporation is stored in our own database first
|
//Check if the corporation is stored in our own database first
|
||||||
$corp = $this->LookupCorporation(null, $corpName);
|
$corp = $this->LookupCorporation(null, $corpName);
|
||||||
|
dd($corp);
|
||||||
if($corp != null) {
|
if($corp != null) {
|
||||||
return $corp->corporation_id;
|
return $corp->corporation_id;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user