Explorar el Código

:bug:指定字典缺少一个参数

visuddhinanda hace 5 años
padre
commit
6ce75ceed3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/studio/dict_find_one.php

+ 1 - 1
app/studio/dict_find_one.php

@@ -83,7 +83,7 @@ if ($dict_name == "") {
 } else {
     $dict_list = str_getcsv($dict_name, ',');
     foreach ($dict_list as $dict) {
-        $db_file_list[] = array( $dict,"");
+        $db_file_list[] = array( $dict,"",false);
     }
 }