summaryrefslogtreecommitdiff
path: root/actions/apifriendstimeline.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-09-30 10:27:54 -0700
committerZach Copley <zach@status.net>2009-09-30 10:27:54 -0700
commit1e7939cc4857db1109df40979bd475d4c0da48e9 (patch)
tree3ca1d992bc4cfeb1cb947100c9b654d3f09b71b3 /actions/apifriendstimeline.php
parente307adfbfc44e653ee2b5b94dcf7eabdc8ffe0df (diff)
Left opening double quotes off Etag
Diffstat (limited to 'actions/apifriendstimeline.php')
-rw-r--r--actions/apifriendstimeline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apifriendstimeline.php b/actions/apifriendstimeline.php
index 520516016..1e88d1c2b 100644
--- a/actions/apifriendstimeline.php
+++ b/actions/apifriendstimeline.php
@@ -232,7 +232,7 @@ class ApiFriendsTimelineAction extends ApiBareAuthAction
$last = count($this->notices) - 1;
- return implode(
+ return '"' . implode(
':',
array($this->arg('action'),
common_language(),