Twitter-compatible API - removed debugging statement
darcs-hash:20081024215101-462f3-cef62f04283d58538dd7aab621668ce2274593f7.gz
This commit is contained in:
parent
f8a73c157e
commit
85b9e58e53
@ -179,7 +179,6 @@ class ApiAction extends Action {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (array_key_exists($apiaction, $write_methods)) {
|
if (array_key_exists($apiaction, $write_methods)) {
|
||||||
common_debug("checking method");
|
|
||||||
if (!in_array($cmdtext, $write_methods[$apiaction])) {
|
if (!in_array($cmdtext, $write_methods[$apiaction])) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user