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;