diff options
author | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 19:34:54 -0700 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 19:34:54 -0700 |
commit | b4a95460e65dbadaf074a414a9e3d9367e109f19 (patch) | |
tree | c5a88652557bf5e6ba18b6c1d6edc09740960736 /view/tpl/conv_item.tpl | |
parent | 4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739 (diff) | |
download | volse-hubzilla-b4a95460e65dbadaf074a414a9e3d9367e109f19.tar.gz volse-hubzilla-b4a95460e65dbadaf074a414a9e3d9367e109f19.tar.bz2 volse-hubzilla-b4a95460e65dbadaf074a414a9e3d9367e109f19.zip |
fix show-stopping bugs
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rw-r--r-- | view/tpl/conv_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 66fb499a6..0c0553639 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -101,8 +101,8 @@ <div class="wall-item-outside-wrapper-end $item.indent" ></div> </div> {{ if $item.toplevel }} -{{ for $item.children as $item }} - {{ inc $item.template }}{{ endinc }} +{{ for $item.children as $child }} + {{ inc $child.template with $item=$child }}{{ endinc }} {{ endfor }} {{ endif }} |