diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-10 10:40:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-10 10:40:36 +0200 |
commit | 45c19e365d8b73c8623f5d1c65b528cd628374a5 (patch) | |
tree | f3fe7ccaae574529e09af14620473c28ba360ebf /Zotlabs/Module | |
parent | 24698531756a4aeaf6710378c97b857d795c5197 (diff) | |
download | volse-hubzilla-45c19e365d8b73c8623f5d1c65b528cd628374a5.tar.gz volse-hubzilla-45c19e365d8b73c8623f5d1c65b528cd628374a5.tar.bz2 volse-hubzilla-45c19e365d8b73c8623f5d1c65b528cd628374a5.zip |
another public -> pubstream
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Pubstream.php | 2 |
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', |