diff options
Diffstat (limited to 'actions/apitimelineretweetedbyme.php')
-rw-r--r-- | actions/apitimelineretweetedbyme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelineretweetedbyme.php b/actions/apitimelineretweetedbyme.php index 7958dab37..54d32e5fa 100644 --- a/actions/apitimelineretweetedbyme.php +++ b/actions/apitimelineretweetedbyme.php @@ -136,6 +136,6 @@ class ApiTimelineRetweetedByMeAction extends ApiAuthAction function isReadOnly($args) { - return false; + return true; } } |