]> git.mxchange.org Git - friendica.git/commitdiff
The user isn't used in the template
authorMichael <heluecht@pirati.ca>
Sat, 24 Jul 2021 19:25:25 +0000 (19:25 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 24 Jul 2021 19:25:25 +0000 (19:25 +0000)
include/conversation.php

index 32e705290ddc141cbfba3ebe4df009e69720366a..6cb6a78e63f3d02e7da80dc1417ac6aa0352b6e5 100644 (file)
@@ -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),
        ]);