diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-06 18:02:25 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-06 18:02:25 +0200 |
commit | 5d1d6299cde7b0d699851da00a32878cdc49593e (patch) | |
tree | 966aa80e2fd5888155e275699be32101808520c8 /Zotlabs/Module | |
parent | 4e1c32e610502bc1dd57e967e6a68b5ab90da071 (diff) | |
download | volse-hubzilla-5d1d6299cde7b0d699851da00a32878cdc49593e.tar.gz volse-hubzilla-5d1d6299cde7b0d699851da00a32878cdc49593e.tar.bz2 volse-hubzilla-5d1d6299cde7b0d699851da00a32878cdc49593e.zip |
add the pf argument to the forum notification links
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php index d95df34a0..baefe62ec 100644 --- a/Zotlabs/Module/Ping.php +++ b/Zotlabs/Module/Ping.php @@ -645,7 +645,7 @@ class Ping extends \Zotlabs\Web\Controller { dbesc($forums[$x]['xchan_hash']) ); if($r[0]['unseen']) { - $forums[$x]['notify_link'] = (($forums[$x]['private_forum']) ? $forums[$x]['xchan_url'] : z_root() . '/network/?f=&cid=' . $forums[$x]['abook_id']); + $forums[$x]['notify_link'] = (($forums[$x]['private_forum']) ? $forums[$x]['xchan_url'] : z_root() . '/network/?f=&pf=1&cid=' . $forums[$x]['abook_id']); $forums[$x]['name'] = $forums[$x]['xchan_name']; $forums[$x]['url'] = $forums[$x]['xchan_url']; $forums[$x]['photo'] = $forums[$x]['xchan_photo_s']; |