Ver código fonte

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

packProduct
Fabien Normand 2 anos atrás
pai
commit
f409d66bcf
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Resolver/OpeningResolver.php

+ 1
- 1
Resolver/OpeningResolver.php Ver arquivo

@@ -52,7 +52,7 @@ class OpeningResolver
$this->messages = [];

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

if (is_null($user)) {

Carregando…
Cancelar
Salvar