Skip to content

Commit 2d11825

Browse files
authored
Unfilter getCoreCategories() from private getCategoryById() (#1154)
1 parent 643c93e commit 2d11825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Entity/CategoryHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ private function getCategoryKeyId($categoryId)
470470

471471
private function getCategoryById($categoryId)
472472
{
473-
$categories = $this->getCoreCategories();
473+
$categories = $this->getCoreCategories(false);
474474

475475
return isset($categories[$categoryId]) ? $categories[$categoryId] : null;
476476
}

0 commit comments

Comments
 (0)