projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a44ee0
)
Twitter-compatible API - direct_messages/new.json was not answering
author
zach
<zach@controlyourself.ca>
Mon, 6 Oct 2008 15:37:15 +0000
(11:37 -0400)
committer
zach
<zach@controlyourself.ca>
Mon, 6 Oct 2008 15:37:15 +0000
(11:37 -0400)
darcs-hash:
20081006153715
-462f3-
395d230824398e7aa50aeba200b9b716c64f00c9
.gz
lib/twitterapi.php
patch
|
blob
|
history
diff --git
a/lib/twitterapi.php
b/lib/twitterapi.php
index 0570a68671a67f1658553205c217ed7856480e77..06b41fd0cc89daf39b7616ceaa421afcc5bc5398 100644
(file)
--- a/
lib/twitterapi.php
+++ b/
lib/twitterapi.php
@@
-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');
}