diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-01-22 17:20:10 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-01-22 17:20:10 -0500 |
commit | 611924e814320c768771af21a923e615118c1feb (patch) | |
tree | b731af5d447c3b852e2261910abd54b06f5a6177 /actions/apitimelineretweetsofme.php | |
parent | 78eb9c78a781ba8d6929a260e5f9c07714d59ee3 (diff) | |
parent | b157fcbba3c4c105945d18dfa11732ba02e7222b (diff) |
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'actions/apitimelineretweetsofme.php')
-rw-r--r-- | actions/apitimelineretweetsofme.php | 15 |
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; + } } |