aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-03-18 20:42:58 -0700
committerzotlabs <mike@macgirvin.com>2019-03-18 20:42:58 -0700
commited8d2cb482fa79a5bd7028e7634baca48895f7d8 (patch)
tree566f9a1f14cc37ac4210b44f905a377e822b74e9 /Zotlabs/Module/Pubstream.php
parent8e1f02281046d13d34a720ab5b3af7044b25fa6a (diff)
parent4c25072c182d3afba5b131d9093d0342e1313ceb (diff)
downloadvolse-hubzilla-ed8d2cb482fa79a5bd7028e7634baca48895f7d8.tar.gz
volse-hubzilla-ed8d2cb482fa79a5bd7028e7634baca48895f7d8.tar.bz2
volse-hubzilla-ed8d2cb482fa79a5bd7028e7634baca48895f7d8.zip
Merge branch 'dev' of https://gitlab.com/macgirvin/hubzilla into dev
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r--Zotlabs/Module/Pubstream.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php
index 94df29984..84ac42f72 100644
--- a/Zotlabs/Module/Pubstream.php
+++ b/Zotlabs/Module/Pubstream.php
@@ -149,11 +149,11 @@ class Pubstream extends \Zotlabs\Web\Controller {
'$order' => 'comment',
'$file' => '',
'$cats' => '',
- '$tags' => $hashtags,
+ '$tags' => (($hashtags) ? urlencode($hashtags) : ''),
'$dend' => '',
- '$mid' => $mid,
+ '$mid' => (($mid) ? urlencode($mid) : ''),
'$verb' => '',
- '$net' => $net,
+ '$net' => (($net) ? urlencode($net) : ''),
'$dbegin' => ''
));
}