diff options
author | Zach Copley <zach@status.net> | 2009-09-30 10:27:54 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-09-30 10:27:54 -0700 |
commit | 1e7939cc4857db1109df40979bd475d4c0da48e9 (patch) | |
tree | 3ca1d992bc4cfeb1cb947100c9b654d3f09b71b3 /actions/apifriendstimeline.php | |
parent | e307adfbfc44e653ee2b5b94dcf7eabdc8ffe0df (diff) |
Left opening double quotes off Etag
Diffstat (limited to 'actions/apifriendstimeline.php')
-rw-r--r-- | actions/apifriendstimeline.php | 2 |
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(), |