diff --git a/framework/modules/blog/views/blog/configure/aggregation.tpl b/framework/modules/blog/views/blog/configure/aggregation.tpl index f419166503..1c62ad27ac 100755 --- a/framework/modules/blog/views/blog/configure/aggregation.tpl +++ b/framework/modules/blog/views/blog/configure/aggregation.tpl @@ -33,7 +33,7 @@ {foreach from=$page->records item=mod key=src name=mod} - {control type="checkbox" name="aggregate[]" value=$src checked=$config.aggregate} + {control type="checkbox" name="aggregate[]" value=$mod->src checked=$config.aggregate} {$mod->title}