Skip to content

Commit

Permalink
fix typo in dispatched event
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed Jul 12, 2015
1 parent c028812 commit 4640f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ protected function getSearchableAttributes($backendType = null)
$attributes = $productAttributes->getItems();

$this->eventManager->dispatch(
'catelogsearch_searchable_attributes_load_after',
'catalogsearch_searchable_attributes_load_after',
['engine' => $this->engineProvider->get(), 'attributes' => $attributes]
);

Expand Down

0 comments on commit 4640f0d

Please sign in to comment.