]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/threaded_conversation.tpl
Merge pull request #573 from oohlaf/fixes
[friendica.git] / view / theme / dispy / threaded_conversation.tpl
index 3afb02c6ad62511b8c328af92a160bf9f69a7a72..3deb7b947737cd85bcb59e628e4647c1d2c00440 100644 (file)
@@ -1,7 +1,7 @@
 $live_update
 
-{{ for $threads as $item }}
-{{ inc $item.template }}{{ endinc }}
+{{ for $threads as $thread }}
+{{ inc $thread.template with $item=$thread }}{{ endinc }}
 {{ endfor }}
 
 <div id="conversation-end"></div>