diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index 1d196c8c..891b75ec 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->electronicqsl->card_image($username, $password, $callsign, $band, $mode, $year, $month, $day, $hour, $minute); + $image_url = $this->Electronicqsl->card_image($username, $password, $callsign, $band, $mode, $year, $month, $day, $hour, $minute); $file = file_get_contents($image_url, true); $dom = new domDocument;