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
Correctif OpeningResolver
packProduct
Guillaume
3 years ago
parent
7148f7ebf5
commit
73401e0a4a
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