diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-21 16:33:11 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-21 16:33:11 -0800 |
commit | c9c7bb3234f8ede65c328ecf9f713b189a81faad (patch) | |
tree | 5834925a7ad38aad43af252f949cfd836fad9c4d /actions/apistatusesretweets.php | |
parent | dcba61332223cfc875b355f6a5f4d2e574dd55b2 (diff) | |
parent | 4b0f953ccf7435d6ebe4a674953f62af36cc978b (diff) |
Merge commit 'origin/testing' into 0.9.x
Diffstat (limited to 'actions/apistatusesretweets.php')
-rw-r--r-- | actions/apistatusesretweets.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/actions/apistatusesretweets.php b/actions/apistatusesretweets.php index f7a3dd60a..a79d43168 100644 --- a/actions/apistatusesretweets.php +++ b/actions/apistatusesretweets.php @@ -113,4 +113,19 @@ class ApiStatusesRetweetsAction extends ApiAuthAction break; } } + + /** + * Return true if read only. + * + * MAY override + * + * @param array $args other arguments + * + * @return boolean is read only action? + */ + + function isReadOnly($args) + { + return true; + } } |