From 1e7939cc4857db1109df40979bd475d4c0da48e9 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 30 Sep 2009 10:27:54 -0700 Subject: Left opening double quotes off Etag --- actions/apiusertimeline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/apiusertimeline.php') diff --git a/actions/apiusertimeline.php b/actions/apiusertimeline.php index 1c6961313..44d69415b 100644 --- a/actions/apiusertimeline.php +++ b/actions/apiusertimeline.php @@ -232,7 +232,7 @@ class ApiUserTimelineAction extends ApiBareAuthAction $last = count($this->notices) - 1; - return implode( + return '"' . implode( ':', array($this->arg('action'), common_language(), -- cgit v1.2.3-54-g00ecf