Skip to content

Commit 0ebd2fd

Browse files
peresypkinJan Petr
authored andcommitted
Remove category from indexes of all store views (#1028)
1 parent 37aa866 commit 0ebd2fd

File tree

1 file changed

+0
-2
lines changed
  • app/code/community/Algolia/Algoliasearch/Model/Resource

1 file changed

+0
-2
lines changed

app/code/community/Algolia/Algoliasearch/Model/Resource/Engine.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ public function removeCategories($storeId = null, $category_ids = null)
7070
$this->addToQueue('algoliasearch/observer', 'removeCategories',
7171
array('store_id' => $id, 'category_ids' => $category_ids), count($category_ids));
7272
}
73-
74-
return $this;
7573
}
7674

7775
return $this;

0 commit comments

Comments
 (0)