diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-01-24 14:54:31 +1300 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2010-01-24 14:54:31 +1300 |
commit | ef3b849db05ff6ad4b9e97b38a82242a710519d1 (patch) | |
tree | 7a121df2e7ed4b4644b92b9652e1fc59999f84df /actions/apitimelineretweetsofme.php | |
parent | 02a6006bafd663443b512c5c283b64c7dacfbbb1 (diff) | |
parent | 8c54151dbd2dbf99b23124ec618b2fa5570ac2ee (diff) |
Merge commit 'mainline/0.9.x' 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; + } } |