rabin 2 년 전
부모
커밋
e93b03434c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -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'] = '编辑';
                 }