]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinepublic.php
Fix #2323: typo on oauth connections page
[quix0rs-gnu-social.git] / actions / apitimelinepublic.php
index f901642882ee6a1fd7c4933b2e47cb81dfe4ee19..0119b504a7bb34899f9783455107e955e6df974e 100644 (file)
@@ -311,6 +311,7 @@ class ApiTimelinePublicAction extends ApiPrivateAuthAction
             return '"' . implode(
                 ':',
                 array($this->arg('action'),
+                      common_user_cache_hash($this->auth_user),
                       common_language(),
                       strtotime($this->notices[0]->created),
                       strtotime($this->notices[$last]->created))