aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-05-10 10:40:36 +0200
committerMario Vavti <mario@mariovavti.com>2016-05-10 10:40:36 +0200
commit45c19e365d8b73c8623f5d1c65b528cd628374a5 (patch)
treef3fe7ccaae574529e09af14620473c28ba360ebf /Zotlabs/Module/Pubstream.php
parent24698531756a4aeaf6710378c97b857d795c5197 (diff)
downloadvolse-hubzilla-45c19e365d8b73c8623f5d1c65b528cd628374a5.tar.gz
volse-hubzilla-45c19e365d8b73c8623f5d1c65b528cd628374a5.tar.bz2
volse-hubzilla-45c19e365d8b73c8623f5d1c65b528cd628374a5.zip
another public -> pubstream
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r--Zotlabs/Module/Pubstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php
index e48f8363c..adc16e6e6 100644
--- a/Zotlabs/Module/Pubstream.php
+++ b/Zotlabs/Module/Pubstream.php
@@ -35,7 +35,7 @@ class Pubstream extends \Zotlabs\Web\Controller {
\App::$page['htmlhead'] .= replace_macros(get_markup_template("build_query.tpl"),array(
'$baseurl' => z_root(),
- '$pgtype' => 'public',
+ '$pgtype' => 'pubstream',
'$uid' => ((local_channel()) ? local_channel() : '0'),
'$gid' => '0',
'$cid' => '0',