test controller

This commit is contained in:
2019-12-12 00:08:33 -06:00
parent 5ded4dc3a3
commit 5307758ebe

View File

@@ -151,7 +151,7 @@ class LookupHelper {
$char = $this->LookupCharacter($charId, null); $char = $this->LookupCharacter($charId, null);
//if the character was not found in the database, then get the information and store it in our database for later //if the character was not found in the database, then get the information and store it in our database for later
if($char == null) { if(!isset($char)) {
try { try {
$response = $this->esi->invoke('get', '/characters/{character_id}/', [ $response = $this->esi->invoke('get', '/characters/{character_id}/', [