From: Michael Date: Sat, 24 Jul 2021 19:25:25 +0000 (+0000) Subject: The user isn't used in the template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4aa796e7587c839f6b4a1ecc4ef2879c72a0192;hp=784770db6f6379b034a9bd9f181d152c9c86981c;p=friendica.git The user isn't used in the template --- diff --git a/include/conversation.php b/include/conversation.php index 32e705290d..6cb6a78e63 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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), ]);