X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObject%2FPost.php;h=2cf02f8e2a1892ffd60fbedba5e03cb428407e4c;hb=94a8f430e3116844c781b455cb0d2f99206d209d;hp=3090e66ac1fa27b74ffd49776624232cf7cd9db8;hpb=8dbd1d0e525e9a73d411a90a1e1460b1ffb24e5e;p=friendica.git diff --git a/src/Object/Post.php b/src/Object/Post.php index 3090e66ac1..2cf02f8e2a 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -447,6 +447,8 @@ class Post if (in_array($item['private'], [Item::PUBLIC, Item::UNLISTED]) && in_array($item['network'], Protocol::FEDERATED)) { $browsershare = [DI::l10n()->t('Share via ...'), DI::l10n()->t('Share via external services')]; + } else { + $browsershare = null; } $tmp_item = [