summaryrefslogtreecommitdiffstats
path: root/lib/Command/Timeline.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Timeline.php')
-rw-r--r--lib/Command/Timeline.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/Timeline.php b/lib/Command/Timeline.php
index d8334b34..8330afd0 100644
--- a/lib/Command/Timeline.php
+++ b/lib/Command/Timeline.php
@@ -169,12 +169,12 @@ class Timeline extends ExtendedBase {
break;
case 'local':
- $stream = $this->streamRequest->getTimelineGlobal(0, $this->count, true);
+ $stream = $this->streamRequest->getTimelineGlobal_dep(0, $this->count, true);
$this->outputStreams($stream);
break;
case 'global':
- $stream = $this->streamRequest->getTimelineGlobal(0, $this->count, false);
+ $stream = $this->streamRequest->getTimelineGlobal_dep(0, $this->count, false);
$this->outputStreams($stream);
break;