1
0
Fork 0

Issue 8321: Follow items now work again

This commit is contained in:
Michael 2020-03-05 07:16:47 +00:00
commit 825a7f9f93
3 changed files with 14 additions and 142 deletions

View file

@ -352,7 +352,7 @@ function frio_display_item(App $a, &$arr)
$subthread = [
'menu' => 'follow_thread',
'title' => DI::l10n()->t('Follow Thread'),
'action' => 'dosubthread(' . $arr['item']['id'] . '); return false;',
'action' => 'dosubthread(' . $arr['item']['id'] . ');',
'href' => '#'
];
}