]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Left opening double quotes off Etag
authorZach Copley <zach@status.net>
Wed, 30 Sep 2009 17:27:54 +0000 (10:27 -0700)
committerZach Copley <zach@status.net>
Wed, 30 Sep 2009 17:27:54 +0000 (10:27 -0700)
actions/apifriendstimeline.php
actions/apimentions.php
actions/apipublictimeline.php
actions/apiusertimeline.php

index 5205160163855273cd3354f4444da32967f763d8..1e88d1c2b41de692ce2e6dfde3d161b2c1b2deb6 100644 (file)
@@ -232,7 +232,7 @@ class ApiFriendsTimelineAction extends ApiBareAuthAction
 
             $last = count($this->notices) - 1;
 
-            return implode(
+            return '"' . implode(
                 ':',
                 array($this->arg('action'),
                       common_language(),
index 2b2e27f20d58b4d78edca56ea38d2ab78ccda9e5..43e93a9c634ec0c5c97ab0e416d179ff963bedcb 100644 (file)
@@ -217,7 +217,7 @@ class ApiMentionsAction extends ApiBareAuthAction
 
             $last = count($this->notices) - 1;
 
-            return implode(
+            return '"' . implode(
                 ':',
                 array($this->arg('action'),
                       common_language(),
index 63cb0cbafb4d6ae7e9afbae2ea3a13ed3d5cba87..2be979e6dcba08a71064ee544d32d7bc52e37f31 100644 (file)
@@ -191,7 +191,7 @@ class ApiPublicTimelineAction extends TwitterapiAction
 
             $last = count($this->notices) - 1;
 
-            return implode(
+            return '"' . implode(
                 ':',
                 array($this->arg('action'),
                       common_language(),
index 1c696131364e81c2ff158421d47bcdb16be52ad0..44d69415bd61d2e06ab7c3fe717292e6dce8f37c 100644 (file)
@@ -232,7 +232,7 @@ class ApiUserTimelineAction extends ApiBareAuthAction
 
             $last = count($this->notices) - 1;
 
-            return implode(
+            return '"' . implode(
                 ':',
                 array($this->arg('action'),
                       common_language(),