mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
remove extra model load
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user