From 2dcda13cf3dcd447e980ea280a817d32d11ae25c Mon Sep 17 00:00:00 2001 From: int2001 Date: Sat, 23 Mar 2024 05:43:56 +0000 Subject: [PATCH] Hotfix as addon for #226 / otherwise Updater wont work --- application/controllers/Update.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/controllers/Update.php b/application/controllers/Update.php index 6ff666e4a..5d6c0e0f3 100644 --- a/application/controllers/Update.php +++ b/application/controllers/Update.php @@ -45,7 +45,6 @@ class Update extends CI_Controller { */ public function dxcc_entities() { // Load Database connectors - $this->load->model('dxcc_entities'); // Load the cty file $xml_data = simplexml_load_file($this->make_update_path("cty.xml")); @@ -97,7 +96,6 @@ class Update extends CI_Controller { */ public function dxcc_exceptions() { // Load Database connectors - $this->load->model('dxcc_exceptions'); // Load the cty file $xml_data = simplexml_load_file($this->make_update_path("cty.xml")); @@ -139,7 +137,6 @@ class Update extends CI_Controller { */ public function dxcc_prefixes() { // Load Database connectors - $this->load->model('dxcc_prefixes'); // Load the cty file $xml_data = simplexml_load_file($this->make_update_path("cty.xml"));