ソースを参照

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

packProduct
Fabien Normand 2年前
コミット
f409d66bcf
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Resolver/OpeningResolver.php

+ 1
- 1
Resolver/OpeningResolver.php ファイルの表示

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

読み込み中…
キャンセル
保存