This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
CaracoleBundle
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop' of
https://forge.laclic.fr/Laclic/CaracoleBundle
into develop
packProduct
Fabien Normand
3 years ago
parent
06a3f256fb
73401e0a4a
commit
f409d66bcf
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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)) {
Write
Preview
Loading…
Cancel
Save