mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-08-03 06:42:12 +00:00
Fix an issue with smarty filters and priority
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
bc28281477
commit
cad9dac189
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue