summaryrefslogtreecommitdiff
path: root/actions/apistatusesretweets.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apistatusesretweets.php')
-rw-r--r--actions/apistatusesretweets.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/actions/apistatusesretweets.php b/actions/apistatusesretweets.php
index f7a3dd60a..81744c2b4 100644
--- a/actions/apistatusesretweets.php
+++ b/actions/apistatusesretweets.php
@@ -113,4 +113,19 @@ class ApiStatusesRetweetsAction 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;
+ }
}