Left opening double quotes off Etag

This commit is contained in:
Zach Copley 2009-09-30 10:27:54 -07:00
parent e307adfbfc
commit 1e7939cc48
4 changed files with 4 additions and 4 deletions

View File

@ -232,7 +232,7 @@ class ApiFriendsTimelineAction extends ApiBareAuthAction
$last = count($this->notices) - 1;
return implode(
return '"' . implode(
':',
array($this->arg('action'),
common_language(),

View File

@ -217,7 +217,7 @@ class ApiMentionsAction extends ApiBareAuthAction
$last = count($this->notices) - 1;
return implode(
return '"' . implode(
':',
array($this->arg('action'),
common_language(),

View File

@ -191,7 +191,7 @@ class ApiPublicTimelineAction extends TwitterapiAction
$last = count($this->notices) - 1;
return implode(
return '"' . implode(
':',
array($this->arg('action'),
common_language(),

View File

@ -232,7 +232,7 @@ class ApiUserTimelineAction extends ApiBareAuthAction
$last = count($this->notices) - 1;
return implode(
return '"' . implode(
':',
array($this->arg('action'),
common_language(),