remove extra model load

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
This commit is contained in:
kc9uhi
2026-02-15 12:01:03 -07:00
committed by GitHub
parent 0291803862
commit ac973e16d8

View File

@@ -1334,7 +1334,6 @@ class API extends CI_Controller {
return;
}
$this->load->model('club_model');
$memberlist = $this->club_model->get_club_members($userid);
if (!empty($memberlist)) {
foreach($memberlist as $member) {