rabin 3 năm trước cách đây
mục cha
commit
fb09ecde91
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/Database.php

+ 4 - 0
src/Database.php

@@ -691,6 +691,10 @@ class Database
             if (!$config['manage']['_list']['value']) {
                 unset($config['manage']['_list']);
             }
+
+            if (isset($config['manage']['list_type'])) {
+                $config['manage']['list_table'] = 'html';
+            }
         }
 
         $config['state'] = $this->getState();