Fixes #1277: Typo in variable name in actions/twitapidirect_messages.php.
This commit is contained in:
parent
fbe794e44d
commit
f87ef9b72b
|
@ -190,7 +190,7 @@ class Twitapidirect_messagesAction extends TwitterapiAction
|
|||
$this->init_document('xml');
|
||||
$this->elementStart('direct-messages', array('type' => 'array'));
|
||||
|
||||
if (is_array($messages)) {
|
||||
if (is_array($message)) {
|
||||
foreach ($message as $m) {
|
||||
$twitter_dm = $this->twitter_dmsg_array($m);
|
||||
$this->show_twitter_xml_dmsg($twitter_dm);
|
||||
|
|
Loading…
Reference in New Issue
Block a user