|
@@ -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();
|