Skip to content

Commit

Permalink
fix(text.php): declares a missing variable (merge pull request #129 f…
Browse files Browse the repository at this point in the history
…rom dehlirious/fixes2)

Missing variable declaration
  • Loading branch information
Ahwxorg authored Mar 7, 2024
2 parents 451c3d7 + 547a944 commit 9cfda8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/text/text.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function get_engines() {
}

class TextSearch extends EngineRequest {
protected $engine, $engine_request, $special_request;
protected $cache_key, $engine, $engines, $engine_request, $special_request;
public function __construct($opts, $mh) {
$this->engines = get_engines();
shuffle($this->engines);
Expand Down

0 comments on commit 9cfda8d

Please sign in to comment.