From 941c554031de5a7ccb9dd685bec36cead508d41c Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 26 Nov 2012 21:20:16 -0800 Subject: You've got mail! (actually a post, mail is for another day) --- mod/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/post.php') diff --git a/mod/post.php b/mod/post.php index bdb50ac48..3c852974e 100644 --- a/mod/post.php +++ b/mod/post.php @@ -79,7 +79,7 @@ function post_post(&$a) { $ret['success'] = true; $ret['pickup'] = array(); foreach($r as $rr) { - $ret['pickup'][] = array('notify' => $rr['outq_notify'],'message' => $rr['outq_msg']); + $ret['pickup'][] = array('notify' => json_decode($rr['outq_notify'],true),'message' => json_decode($rr['outq_msg'],true)); $x = q("delete from outq where outq_hash = '%s' limit 1", dbesc($rr['outq_hash']) -- cgit v1.2.3