Hotfix as addon for #226 / otherwise Updater wont work

This commit is contained in:
int2001
2024-03-23 05:43:56 +00:00
parent 4bee7161dc
commit 2dcda13cf3

View File

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