aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-03-12 18:44:28 +0000
committerMario <mario@mariovavti.com>2023-03-12 18:44:28 +0000
commite7c529f2c3a346a15dbc278432952c905577f9ac (patch)
tree39dee066b9d3bff3016bec595144a4498dba88c1
parentdfc70021e39a3816d76640bb28639fc0f3205999 (diff)
parent95cbcf30d7934ded1222c3481553536cbb95dbb3 (diff)
downloadvolse-hubzilla-e7c529f2c3a346a15dbc278432952c905577f9ac.tar.gz
volse-hubzilla-e7c529f2c3a346a15dbc278432952c905577f9ac.tar.bz2
volse-hubzilla-e7c529f2c3a346a15dbc278432952c905577f9ac.zip
Merge branch 'dev' into 8.2RC
-rw-r--r--Zotlabs/Module/Item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php
index 27fc62ee6..5ca94cd76 100644
--- a/Zotlabs/Module/Item.php
+++ b/Zotlabs/Module/Item.php
@@ -818,7 +818,7 @@ class Item extends Controller {
$is_group = get_pconfig($profile_uid, 'system', 'group_actor');
- if (($is_group) && ($walltowall) && (!$walltowall_comment)) {
+ if ($is_group && $walltowall && !$walltowall_comment && !$webpage) {
$groupww = true;
$str_contact_allow = $owner_xchan['xchan_hash'];
$str_group_allow = '';