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/apimentions.php | |
parent | e307adfbfc44e653ee2b5b94dcf7eabdc8ffe0df (diff) |
Left opening double quotes off Etag
Diffstat (limited to 'actions/apimentions.php')
-rw-r--r-- | actions/apimentions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apimentions.php b/actions/apimentions.php index 2b2e27f20..43e93a9c6 100644 --- a/actions/apimentions.php +++ b/actions/apimentions.php @@ -217,7 +217,7 @@ class ApiMentionsAction extends ApiBareAuthAction $last = count($this->notices) - 1; - return implode( + return '"' . implode( ':', array($this->arg('action'), common_language(), |