Visman преди 2 години
родител
ревизия
1415bd73da
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;