Browse Source

Correctif OpeningResolver

packProduct
Guillaume 2 years ago
parent
commit
73401e0a4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Resolver/OpeningResolver.php

+ 1
- 1
Resolver/OpeningResolver.php View File

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

Loading…
Cancel
Save