Visman il y a 2 ans
Parent
commit
1415bd73da
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Models/Search/Execute.php

+ 1 - 1
app/Models/Search/Execute.php

@@ -41,7 +41,7 @@ class Execute extends Method
             throw new RuntimeException('No query data');
         }
 
-        $delimiter     = \time() - $this->c->i_search_ttl;
+        $delimiter     = \time() - $this->c->config->i_search_ttl;
         $this->words   = [];
         $this->stmtIdx = null;
         $this->stmtCJK = null;