]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiusershow.php
Fix atom feed IDs in user and group atom feeds
[quix0rs-gnu-social.git] / actions / apiusershow.php
index a7fe0dcc1e2cddfa68a6f23038e53e7c7bcc4bc2..6c8fad49ba9f5caac1ea15fb73867606a0f4d056 100644 (file)
@@ -123,4 +123,19 @@ class ApiUserShowAction extends ApiPrivateAuthAction
 
     }
 
+    /**
+     * Return true if read only.
+     *
+     * MAY override
+     *
+     * @param array $args other arguments
+     *
+     * @return boolean is read only action?
+     */
+
+    function isReadOnly($args)
+    {
+        return true;
+    }
+
 }