|
@@ -669,7 +669,7 @@ class Database
|
|
|
'value' => array(),
|
|
|
);
|
|
|
|
|
|
- if (!isset($config['manage']['edit']) || (!isset($config['manage']['edit']) && $config['manage']['edit'] == true)) {
|
|
|
+ if (!isset($config['manage']['edit']) || (isset($config['manage']['edit']) && $config['manage']['edit'] == true)) {
|
|
|
if (!isset($config['manage']['list_button']['update'])) {
|
|
|
$config['manage']['_list']['value']['update'] = '编辑';
|
|
|
}
|