Note changed to reflect safer version.

This commit is contained in:
Matthias Mees 2013-01-21 16:55:24 +01:00
parent dbe612e9dc
commit 7f320909ff
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Version 1.7 ()
------------------------------------------------------------------------
* rc2: Alter entries.tpl to add the line:
{assign var="entry" value=$entry scope=parent}
{assign var="entry" value=$entry scope="parent"}
for proper propagation of $entry to sub-templates.
* rc2: Alter error reporting to only fail when 'debug' mode is enabled,

View File

@ -179,7 +179,7 @@ $tasks = array(array('version' => '0.5.1',
'desc' => 'To transport the $entry variable to sub-templates like comments.tpl and trackbacks.tpl.
All internal and spartacus templates have been updated, so make sure you are using a recent version of your blog\'s template.
If you have your own custom template, be sure within your {foreach from=$dategroup.entries item="entry"} loop has this line after it:
<strong>{assign var="entry" value=$entry scope=parent}</strong>'),
<strong>{assign var="entry" value=$entry scope="parent"}</strong>'),
);