From b75829e66d5864846a3bccd5a7649d52067b6cdc Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 1 Mar 2020 18:48:37 +0000 Subject: [PATCH] Update Eqsl.php --- application/controllers/Eqsl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index 6fa94bf1..c295c9a8 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -580,7 +580,7 @@ class eqsl extends CI_Controller { $password = $q->user_eqsl_password; - $image_url = $this->eqsl_library->card_image($username, $password, $callsign, $band, $mode, $year, $month, $day, $hour, $minute); + $image_url = $this->Eqsl_library->card_image($username, $password, $callsign, $band, $mode, $year, $month, $day, $hour, $minute); $file = file_get_contents($image_url, true); $dom = new domDocument;