mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:10:10 +00:00
Item: new method get_comment_box
This commit is contained in:
parent
d603f76678
commit
71f11a9a32
3 changed files with 68 additions and 43 deletions
|
@ -870,7 +870,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
|
|||
}
|
||||
}
|
||||
|
||||
$threads = $conv->get_template_data($cmnt_tpl, $alike, $dlike);
|
||||
$threads = $conv->get_template_data($alike, $dlike);
|
||||
if(!$threads) {
|
||||
logger('[ERROR] conversation : Failed to get template data.', LOGGER_DEBUG);
|
||||
$threads = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue