rabin před 3 roky
rodič
revize
fb09ecde91
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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();