diff options
author | Evan Prodromou <evan@status.net> | 2010-01-22 14:18:40 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-22 14:18:40 -0500 |
commit | e666433eb4a66078e3459d7d4f51f5ce5a1ad589 (patch) | |
tree | cda4a38651ef7f2970935d37463bccd50d90a2db /actions/apitimelineretweetsofme.php | |
parent | 373206ac0042c37624844fb738ff869fa7190041 (diff) | |
parent | a3e484a0e898bb94dd45cd7807bea1a931d7c6a9 (diff) |
Merge branch 'master' into 0.9.x
Diffstat (limited to 'actions/apitimelineretweetsofme.php')
-rw-r--r-- | actions/apitimelineretweetsofme.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/actions/apitimelineretweetsofme.php b/actions/apitimelineretweetsofme.php index 6ca2c779c..e4b09e9bd 100644 --- a/actions/apitimelineretweetsofme.php +++ b/actions/apitimelineretweetsofme.php @@ -123,4 +123,19 @@ class ApiTimelineRetweetsOfMeAction 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; + } } |