Fix an issue with smarty filters and priority

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-07-09 12:17:59 +02:00
parent bc28281477
commit cad9dac189
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
{$count_same = 0}
{/if}
{$count_same = $count_same + $slot->moments|count}
{$count_same = $count_same + ($slot->moments|count)}
{if $slot@last}
<th colspan="{$count_same}" class="bg-primary month" id="M{$id}">{$display}</th>