fix typo in search error handling
Signed-off-by: Pavel Artsishevsky <polter.rnd@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ class bitSearch extends searchBase implements searchInterface
|
||||
$this->searchUrl = $this->baseUrl;
|
||||
$content = $this->getContent();
|
||||
if ($this->hasErrors()) {
|
||||
return tableData::create()->setEror($this->getErrors());
|
||||
return tableData::create()->setError($this->getErrors());
|
||||
}
|
||||
$this->crawler->add($content);
|
||||
$this->getItems()->addActionLinks();
|
||||
|
||||
Reference in New Issue
Block a user