console command
This commit is contained in:
@@ -183,7 +183,7 @@ class FinanceHelper {
|
||||
return $character->corporation_id;
|
||||
} else {
|
||||
//Return the corporation_id if it was found in the database as it is what the calling function is looking for
|
||||
return $found->corporation_id;
|
||||
return $found[0]->corporation_id;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user