mirror of
https://github.com/friendica/friendica
synced 2025-01-18 20:24:32 +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'),
|
'$remove' => DI::l10n()->t('remove'),
|
||||||
'$mode' => $mode,
|
'$mode' => $mode,
|
||||||
'$update' => $update,
|
'$update' => $update,
|
||||||
'$user' => $a->user,
|
|
||||||
'$threads' => $threads,
|
'$threads' => $threads,
|
||||||
'$dropping' => ($page_dropping ? DI::l10n()->t('Delete Selected Items') : False),
|
'$dropping' => ($page_dropping ? DI::l10n()->t('Delete Selected Items') : False),
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue