Explorar el Código

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

packProduct
Fabien Normand hace 2 años
padre
commit
f409d66bcf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Resolver/OpeningResolver.php

+ 1
- 1
Resolver/OpeningResolver.php Ver fichero

@@ -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)) {

Cargando…
Cancelar
Guardar