Show more information when following a new contact

This commit is contained in:
Michael Vogel 2015-10-04 14:41:39 +02:00
parent be70dde61f
commit d0ae5ce326
5 changed files with 40 additions and 23 deletions

View file

@ -644,7 +644,7 @@ class Item extends BaseObject {
if(!$this->is_toplevel() && !(get_config('system','thread_allow') && $a->theme_thread_allow)) {
return '';
}
$comment_box = '';
$conv = $this->get_conversation();
$template = get_markup_template($this->get_comment_box_template());