Normalize item comment template variable name

This commit is contained in:
Hypolite Petovan 2020-09-13 19:43:42 -04:00
parent 65b796ed1f
commit 8d5eb61ea3
10 changed files with 41 additions and 41 deletions

View file

@ -628,7 +628,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
'vote' => $likebuttons,
'like' => '',
'dislike' => '',
'comment' => '',
'comment_html' => '',
'conv' => (($preview) ? '' : ['href'=> 'display/'.$item['guid'], 'title'=> DI::l10n()->t('View in context')]),
'previewing' => $previewing,
'wait' => DI::l10n()->t('Please wait'),