Issue 8321: Follow items now work again
This commit is contained in:
parent
44eebde9cb
commit
825a7f9f93
3 changed files with 14 additions and 142 deletions
|
@ -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' => '#'
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue