Browse Source

Merge branch 'develop' of https://forge.laclic.fr/Laclic/CaracoleBundle into develop

packProduct
Fabien Normand 2 years ago
parent
commit
f409d66bcf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Resolver/OpeningResolver.php

+ 1
- 1
Resolver/OpeningResolver.php View File

$this->messages = []; $this->messages = [];


if (is_null($section)) { if (is_null($section)) {
$section = $this->sectionResolver->getCurrent();
$section = $this->sectionResolver->getCurrent(true);
} }


if (is_null($user)) { if (is_null($user)) {

Loading…
Cancel
Save