From 3bb922955e410b4cf39b1b31f96e0e896bf260c1 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 12 Dec 2019 00:06:34 -0600 Subject: [PATCH] test controller --- app/Library/Lookups/LookupHelper.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index 28ac5a09b..b582dedc3 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -147,9 +147,10 @@ class LookupHelper { } public function GetCharacterInfo($charId) { + dd($charId); + //Check our own database first $char = $this->LookupCharacter($charId, null); - dd($char); //if the character was not found in the database, then get the information and store it in our database for later if($char == null) { try {