Browse Source

SectionResolver : correctif

packProduct
Guillaume 2 years ago
parent
commit
45ba92a145
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Resolver/SectionResolver.php

+ 1
- 1
Resolver/SectionResolver.php View File

if (isset($requestAttributesArray['section'])) { if (isset($requestAttributesArray['section'])) {
$sectionCurrent = $sectionStore $sectionCurrent = $sectionStore
->setMerchant($merchantCurrent) ->setMerchant($merchantCurrent)
->getOneBySlug($requestAttributesArray['section']);
->getOneBySlug($requestAttributesArray['section'], false);
if($sectionCurrent===null){ if($sectionCurrent===null){
throw new NotFoundHttpException('Aucun espace n\'a été trouvé'); throw new NotFoundHttpException('Aucun espace n\'a été trouvé');
} }

Loading…
Cancel
Save