mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Fix undefined variables in wall_thread.tpl
- Remove unused "num_comments_text" template variable - Remove unused "item.postops" template variable mention
This commit is contained in:
parent
da2ce5c4f4
commit
2c6bf754d5
3 changed files with 6 additions and 6 deletions
|
@ -155,7 +155,7 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
|
||||
<div class="wall-item-location">{{$item.location_html nofilter}} {{$item.postopts}}</div>
|
||||
<div class="wall-item-location">{{$item.location_html nofilter}}</div>
|
||||
|
||||
<div class="wall-item-actions-isevent">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue