Left opening double quotes off Etag
This commit is contained in:
parent
e307adfbfc
commit
1e7939cc48
|
@ -232,7 +232,7 @@ class ApiFriendsTimelineAction extends ApiBareAuthAction
|
|||
|
||||
$last = count($this->notices) - 1;
|
||||
|
||||
return implode(
|
||||
return '"' . implode(
|
||||
':',
|
||||
array($this->arg('action'),
|
||||
common_language(),
|
||||
|
|
|
@ -217,7 +217,7 @@ class ApiMentionsAction extends ApiBareAuthAction
|
|||
|
||||
$last = count($this->notices) - 1;
|
||||
|
||||
return implode(
|
||||
return '"' . implode(
|
||||
':',
|
||||
array($this->arg('action'),
|
||||
common_language(),
|
||||
|
|
|
@ -191,7 +191,7 @@ class ApiPublicTimelineAction extends TwitterapiAction
|
|||
|
||||
$last = count($this->notices) - 1;
|
||||
|
||||
return implode(
|
||||
return '"' . implode(
|
||||
':',
|
||||
array($this->arg('action'),
|
||||
common_language(),
|
||||
|
|
|
@ -232,7 +232,7 @@ class ApiUserTimelineAction extends ApiBareAuthAction
|
|||
|
||||
$last = count($this->notices) - 1;
|
||||
|
||||
return implode(
|
||||
return '"' . implode(
|
||||
':',
|
||||
array($this->arg('action'),
|
||||
common_language(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user