another public -> pubstream

This commit is contained in:
Mario Vavti 2016-05-10 10:40:36 +02:00
parent 2469853175
commit 45c19e365d

View File

@ -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',