1
0

Safer version of Smarty3 compatibility.

This commit is contained in:
Matthias Mees
2013-01-21 16:52:05 +01:00
parent 53ea38aa3c
commit dbe612e9dc
8 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
{/if}
{foreach from=$dategroup.entries item="entry"}
{assign var="entry" value=$entry scope=parent}
{assign var="entry" value=$entry scope="parent"}
<h4 class="serendipity_title"><a href="{$entry.link}">{$entry.title}</a></h4>