]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Twitter-compatible API - direct_messages/new.json was not answering
authorzach <zach@controlyourself.ca>
Mon, 6 Oct 2008 15:37:15 +0000 (11:37 -0400)
committerzach <zach@controlyourself.ca>
Mon, 6 Oct 2008 15:37:15 +0000 (11:37 -0400)
darcs-hash:20081006153715-462f3-395d230824398e7aa50aeba200b9b716c64f00c9.gz

lib/twitterapi.php

index 0570a68671a67f1658553205c217ed7856480e77..06b41fd0cc89daf39b7616ceaa421afcc5bc5398 100644 (file)
@@ -213,7 +213,7 @@ class TwitterapiAction extends Action {
        function show_single_json_dmsg($message) {
                $this->init_document('json');
                $dmsg = $this->twitter_dmsg_array($message);
-               $this->show_twitter_json_dm($dmsg);
+               $this->show_json_objects($dmsg);
                $this->end_document('json');
        }