@@ -1,13 +0,0 @@ | |||
<?php | |||
namespace Lc\ShopBundle\Services; | |||
use CKSource\Bundle\CKFinderBundle\Authentication\Authentication as AuthenticationBase; | |||
class CustomCKFinderAuth extends AuthenticationBase | |||
{ | |||
public function authenticate() | |||
{ | |||
return true; | |||
} | |||
} |
@@ -96,7 +96,7 @@ class FrontendTwigExtension extends AbstractExtension | |||
public function getProductCategories() | |||
{ | |||
$categories = $this->productCategoryRepository->findAllParents($this->merchantUtils->getMerchantCurrent()); | |||
$categories = $this->productCategoryRepository->findAllParents(false); | |||
return $categories; | |||
} | |||