Skip to content

Commit

Permalink
Merge pull request #3525 from danijelk/patch-1
Browse files Browse the repository at this point in the history
Make sticked messages work on PHP7.3 - Resolves #3515
  • Loading branch information
jbrooksuk committed Apr 12, 2019
2 parents 1d433a7 + 5d904f1 commit af503ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/modules/stickied.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="section-stickied">
<h1>{{ trans('cachet.incidents.stickied') }}</h1>
@foreach($stickiedIncidents as $date => $incidents)
@include('partials.incidents', [compact($date), compact($incidents)])
@include('partials.incidents')
@endforeach
</div>
@endif

0 comments on commit af503ca

Please sign in to comment.