diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-06 19:33:51 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-06 19:33:51 -0700 |
commit | c00796d553946a48a97474ea3e5d16f1b1e04f21 (patch) | |
tree | 71d4cc245f1a29cada7f58aba137c5035b2e7231 /include/feedutils.php | |
parent | 88a4889780cb59efe62d840b1d79b738f5eecb1b (diff) | |
download | volse-hubzilla-c00796d553946a48a97474ea3e5d16f1b1e04f21.tar.gz volse-hubzilla-c00796d553946a48a97474ea3e5d16f1b1e04f21.tar.bz2 volse-hubzilla-c00796d553946a48a97474ea3e5d16f1b1e04f21.zip |
ostatus feed was missing comments
Diffstat (limited to 'include/feedutils.php')
-rw-r--r-- | include/feedutils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feedutils.php b/include/feedutils.php index e3f899a1e..07cb79340 100644 --- a/include/feedutils.php +++ b/include/feedutils.php @@ -115,7 +115,7 @@ function get_feed_for($channel, $observer_hash, $params) { $items = items_fetch( [ - 'wall' => '1', + 'wall' => '1', 'datequery' => $params['end'], 'datequery2' => $params['begin'], 'start' => intval($params['start']), |