[lotw] minor bugs

pull/616/head
Peter Goodhall 2020-09-08 00:31:22 +01:00
rodzic 0b31b54664
commit f526cb6bcf
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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";