Skip to content

Commit

Permalink
Fixes blog aggregation issue, [#520 state:resolved responsible:dleffler]
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Feb 3, 2012
1 parent 37b0595 commit 01ff57d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@
{foreach from=$page->records item=mod key=src name=mod}
<tr class="{cycle values="even,odd"}">
<td width="20">
{control type="checkbox" name="aggregate[]" value=$src checked=$config.aggregate}
{control type="checkbox" name="aggregate[]" value=$mod->src checked=$config.aggregate}
</td>
<td>
{$mod->title}
Expand Down

0 comments on commit 01ff57d

Please sign in to comment.