From f526cb6bcffc9a1d2a6b9d67392d6ad011000cfa Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 8 Sep 2020 00:31:22 +0100 Subject: [PATCH] [lotw] minor bugs --- application/controllers/Lotw.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 7a6af0e1..70a163f5 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -594,7 +594,9 @@ class Lotw extends CI_Controller { file_put_contents($file, file_get_contents($lotw_url)); ini_set('memory_limit', '-1'); - $this->loadFromFile($file, false); + $results = $this->loadFromFile($file, false); + + return $results; } } else { echo "No users found";