@@ -429,7 +429,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{/if}}
- {{if $item.drop.pagedrop}}
+ {{if $item.drop && $item.drop.pagedrop}}
{{/if}}
@@ -506,7 +506,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{/if}}
- {{if $item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.follow_thread || $item.ignore || $item.drop.dropping}}
+ {{if $item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.follow_thread || $item.ignore || ($item.drop && $item.drop.dropping)}}
@@ -548,7 +548,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{/if}}
- {{if $item.ignore || $item.drop.dropping}}
+ {{if $item.ignore || ($item.drop && $item.drop.dropping)}}
{{/if}}
@@ -561,7 +561,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{/if}}
- {{if $item.drop.dropping}}
+ {{if $item.drop && $item.drop.dropping}}