Skip to content

Commit 3800380

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not exists in twig. Bump Symfony version to 4.4.28 Update VERSION for 4.4.27 Update CONTRIBUTORS for 4.4.27 Update CHANGELOG for 4.4.27
2 parents e110b3d + be142cf commit 3800380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Collector/mailer.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{% block menu %}
6565
{% set events = collector.events %}
6666

67-
<span class="label {{ events.messages|empty ? 'disabled' }}">
67+
<span class="label {{ events.messages is empty ? 'disabled' }}">
6868
<span class="icon">{{ include('@WebProfiler/Icon/mailer.svg') }}</span>
6969

7070
<strong>E-mails</strong>

0 commit comments

Comments
 (0)