diff --git a/src/Views/post-small.phtml b/src/Views/post-small.phtml index 6152259b..02f8992b 100644 --- a/src/Views/post-small.phtml +++ b/src/Views/post-small.phtml @@ -1,5 +1,6 @@ context->post->type))] ?> -context->source) and $this->context->source == 'mass-tag'): ?> +context->source) and $this->context->source == 'mass-tag' and !empty($this->context->additionalInfo)) ?> + context->additionalInfo, array_map(function($x) { return $x->name; }, $this->context->post->sharedTag))): ?> @@ -7,7 +8,7 @@