aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-20 15:53:01 -0700
committerzotlabs <mike@macgirvin.com>2017-06-20 15:53:01 -0700
commit31e08127118b81ef223c13966e80f6d448d385d3 (patch)
treebbc56c190668e252763093930279a20e2f866339 /Zotlabs/Module/Pubstream.php
parent07a8151ae66f1ccf00017f521219afdc2f5370ec (diff)
downloadvolse-hubzilla-31e08127118b81ef223c13966e80f6d448d385d3.tar.gz
volse-hubzilla-31e08127118b81ef223c13966e80f6d448d385d3.tar.bz2
volse-hubzilla-31e08127118b81ef223c13966e80f6d448d385d3.zip
remove deprecated app parameter from conversation()
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 46210abb1..28c34425c 100644
--- a/Zotlabs/Module/Pubstream.php
+++ b/Zotlabs/Module/Pubstream.php
@@ -167,7 +167,7 @@ class Pubstream extends \Zotlabs\Web\Controller {
// fake it
$mode = ('network');
- $o .= conversation($a,$items,$mode,$update,$page_mode);
+ $o .= conversation($items,$mode,$update,$page_mode);
if(($items) && (! $update))
$o .= alt_pager($a,count($items));