dever пре 6 година
родитељ
комит
b35a023869
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/Database.php

+ 2 - 0
src/Database.php

@@ -1416,7 +1416,9 @@ class Database
     public function list_excel_api()
     {
         Dever::$global['base']['excel'] = 1;
+        $this->list_search();
         $data = $this->list_tbody(true);
+        
 
         if ($data) {
             $config = $this->config();