summaryrefslogtreecommitdiff
path: root/actions/apiaccountverifycredentials.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-01-14 02:38:01 +0000
committerZach Copley <zach@status.net>2010-01-25 00:51:56 +0000
commit4daf76212a6802863d20c6af7597eddded227ae8 (patch)
tree7a065690f11c3e9793b3c0b93e179448c30289b7 /actions/apiaccountverifycredentials.php
parent8b24b5ac7bea2098d3c85e342526c2102e2a6fb9 (diff)
- Had to remove checking read vs. read-write in OAuth authenticated methods
- Will now pick up source attr from OAuth app
Diffstat (limited to 'actions/apiaccountverifycredentials.php')
-rw-r--r--actions/apiaccountverifycredentials.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/actions/apiaccountverifycredentials.php b/actions/apiaccountverifycredentials.php
index 08b201dbf..1095d5162 100644
--- a/actions/apiaccountverifycredentials.php
+++ b/actions/apiaccountverifycredentials.php
@@ -82,4 +82,18 @@ class ApiAccountVerifyCredentialsAction extends ApiAuthAction
}
+ /**
+ * Is this action read only?
+ *
+ * @param array $args other arguments
+ *
+ * @return boolean true
+ *
+ **/
+
+ function isReadOnly($args)
+ {
+ return true;
+ }
+
}