[Bands] DOK support added

pull/1595/head
Andreas 2022-09-06 20:31:53 +02:00
rodzic 1114973f8d
commit e777fcfc5a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -179,7 +179,7 @@ class Bands extends CI_Model {
}
// bring worked-slots in order of defined $bandslots
$bandslots = $this->get_user_bands();
$bandslots = $this->get_user_bands('dok');
$results = array();
foreach($bandslots as $slot) {