diff options
Diffstat (limited to 'actions/apitimelineretweetedbyme.php')
-rw-r--r-- | actions/apitimelineretweetedbyme.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/actions/apitimelineretweetedbyme.php b/actions/apitimelineretweetedbyme.php index 88652c3fd..7958dab37 100644 --- a/actions/apitimelineretweetedbyme.php +++ b/actions/apitimelineretweetedbyme.php @@ -123,4 +123,19 @@ class ApiTimelineRetweetedByMeAction 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 false; + } } |