dever 5 anni fa
parent
commit
877c411330
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      src/Database.php

+ 4 - 0
src/Database.php

@@ -385,6 +385,10 @@ class Database
             if ($oper) {
                 $info['parent'] .= '&' . str_replace('oper_', '', http_build_query($oper));
             }
+            $search = Dever::preInput('search_');
+            if ($search) {
+                $info['parent'] .= '&' . http_build_query($search);
+            }
             $top = Dever::preInput('top_');
             if ($top) {
                 $top_query = http_build_query($top);