Brave request Fix. Path seperator fix.

This commit is contained in:
Fabian de Boer 2026-07-17 12:34:37 +02:00
commit 6a122e3bed
4 changed files with 16 additions and 8 deletions

View file

@ -62,7 +62,7 @@ class ImgSearch {
public function getImageData() {
$clazz = ucfirst($this->engine);
$search = new $clazz();
$search->setQuery(urlencode($this->word));
$search->setQuery($this->word);
$search->setParam('start', $this->hitPosition);
$search->setParam('size', $this->numberResults);