dever 6 years ago
parent
commit
5ad07aa310
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Database.php

+ 2 - 0
src/Database.php

@@ -1902,6 +1902,8 @@ class Database
                     $mul_state = false;
                     if ($config['manage']['mul'] && is_string($config['manage']['mul'])) {
                         $mul_state = $this->value($config['manage']['mul'], $data[$k]);
+                    } else {
+                        $mul_state = true;
                     }
                     if ($mul_state) {
                         $checkbox = '<input type="checkbox" name="mul_where_id[]" class="checkbox-checkall-list" lay-ignore value="' . $v['id'] . '"/>';