rabin 2 năm trước cách đây
mục cha
commit
ea24f55a82
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/Database.php

+ 2 - 1
src/Database.php

@@ -1359,6 +1359,7 @@ class Database
         $config = $this->config();
 
         $result = '';
+        $top_result = '';
 
         # 搜索
         if (isset($config['struct']) && isset($config['manage']['search']) && $config['manage']['search']) {
@@ -1397,7 +1398,7 @@ class Database
 
             $prefix = 'search_';
 
-            $top_result = '';
+            
 
             $result .= $node[0];