mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:50:10 +00:00
Correctly initialize post actions button template variable
- Address https://github.com/friendica/friendica/issues/7999#issuecomment-586020764
This commit is contained in:
parent
756de11cda
commit
2a7de4213f
2 changed files with 16 additions and 14 deletions
|
@ -673,7 +673,11 @@ function conversation(App $a, array $items, Pager $pager, $mode, $update, $previ
|
|||
$isstarred = "unstarred";
|
||||
|
||||
$lock = false;
|
||||
$likebuttons = false;
|
||||
$likebuttons = [
|
||||
'like' => null,
|
||||
'dislike' => null,
|
||||
'share' => null,
|
||||
];
|
||||
|
||||
$body = Item::prepareBody($item, true, $preview);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue