Port friendica/friendica#79012bf8882baa6843726bcffbcafe959028c1bd

This commit is contained in:
Domovoy 2012-09-10 09:50:30 +02:00
commit 1b82df60db
3 changed files with 12 additions and 3 deletions

View file

@ -222,7 +222,7 @@ class Item extends BaseObject {
'like' => $like,
'dislike' => $dislike,
'comment' => $this->get_comment_box($indent),
'previewing' => $previewing,
'previewing' => ($conv->is_preview() ? ' preview ' : ''),
'wait' => t('Please wait'),
'thread_level' => $thread_level
);