mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[DOK Award] Fix an error when no bands are selected in DOK
This commit is contained in:
@@ -8,6 +8,7 @@ class DOK extends CI_Model {
|
||||
|
||||
function get_dok_array($bands, $postdata, $location_list) {
|
||||
$doks = array();
|
||||
$bandDok = array();
|
||||
|
||||
$list = $this->getDoksFromDB($location_list);
|
||||
foreach ($this->getSdoksFromDB($location_list) as $sdok) {
|
||||
|
||||
Reference in New Issue
Block a user