diff options
author | zach <zach@controlyourself.ca> | 2008-09-30 22:09:59 -0400 |
---|---|---|
committer | zach <zach@controlyourself.ca> | 2008-09-30 22:09:59 -0400 |
commit | dec2f29c6a77dd97383ebdbabdc0bff8e524bfa4 (patch) | |
tree | bc14f25539cfdf85adf746bb9813f2bf0b5c3370 /actions/twitapidirect_messages.php | |
parent | c08a67094cb848e8bcd8f631aa44adf57a33b7ab (diff) |
Twitter-compatible API - Added content-type checks to several methods. Calling an API
method with a bad content type used to return a blank page.
darcs-hash:20081001020959-462f3-83b0241ba7dc99c4e3a52148a46deb8182e005b0.gz
Diffstat (limited to 'actions/twitapidirect_messages.php')
-rw-r--r-- | actions/twitapidirect_messages.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/twitapidirect_messages.php b/actions/twitapidirect_messages.php index fcdf822e0..1ef543f81 100644 --- a/actions/twitapidirect_messages.php +++ b/actions/twitapidirect_messages.php @@ -133,8 +133,6 @@ class Twitapidirect_messagesAction extends TwitterapiAction { exit(); } - common_debug($this->trimmed('user')); - $other = $this->get_user($this->trimmed('user')); if (!$other) { |