aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-06-06 18:02:25 +0200
committerMario Vavti <mario@mariovavti.com>2018-06-06 18:02:25 +0200
commit5d1d6299cde7b0d699851da00a32878cdc49593e (patch)
tree966aa80e2fd5888155e275699be32101808520c8 /Zotlabs
parent4e1c32e610502bc1dd57e967e6a68b5ab90da071 (diff)
downloadvolse-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')
-rw-r--r--Zotlabs/Module/Ping.php2
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'];