Brave request Fix. Path seperator fix.
This commit is contained in:
parent
d971512a31
commit
6a122e3bed
4 changed files with 16 additions and 8 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue