]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupshow.php
Merge branch '0.9.x' into activityexport
[quix0rs-gnu-social.git] / actions / apigroupshow.php
index 2998e505e2174325c244e63d730fe02420076bef..9b90e6b3832df6717c2ef7165f778defa9a55f9a 100644 (file)
@@ -149,6 +149,7 @@ class ApiGroupShowAction extends ApiPrivateAuthAction
             return '"' . implode(
                 ':',
                 array($this->arg('action'),
+                      common_user_cache_hash($this->auth_user),
                       common_language(),
                       $this->group->id,
                       strtotime($this->group->modified))