mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
The user isn't used in the template
This commit is contained in:
parent
784770db6f
commit
b4aa796e75
1 changed files with 0 additions and 1 deletions
|
@ -599,7 +599,6 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
|||
'$remove' => DI::l10n()->t('remove'),
|
||||
'$mode' => $mode,
|
||||
'$update' => $update,
|
||||
'$user' => $a->user,
|
||||
'$threads' => $threads,
|
||||
'$dropping' => ($page_dropping ? DI::l10n()->t('Delete Selected Items') : False),
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue