summaryrefslogtreecommitdiff
path: root/actions/apitimelineretweetsofme.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-22 14:18:40 -0500
committerEvan Prodromou <evan@status.net>2010-01-22 14:18:40 -0500
commite666433eb4a66078e3459d7d4f51f5ce5a1ad589 (patch)
treecda4a38651ef7f2970935d37463bccd50d90a2db /actions/apitimelineretweetsofme.php
parent373206ac0042c37624844fb738ff869fa7190041 (diff)
parenta3e484a0e898bb94dd45cd7807bea1a931d7c6a9 (diff)
Merge branch 'master' into 0.9.x
Diffstat (limited to 'actions/apitimelineretweetsofme.php')
-rw-r--r--actions/apitimelineretweetsofme.php15
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;
+ }
}