From 879c6062bc1d5e971fa7296ef154d4ad2b1b5ece Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 6 Aug 2008 12:50:16 +0000 Subject: Update: Fixed semantics in Wordpress plugin See [90] --- update/plugin/wordpress/trunk/instadisc/instadisc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update/plugin/wordpress') diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index 189f1a0..b8ed9d1 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php @@ -156,7 +156,7 @@ function sendPost($id) new xmlrpcval($title, 'string'), new xmlrpcval($authorName, 'string'), new xmlrpcval($url, 'string'), - new xmlrpcval(array(), 'array'))); + new xmlrpcval(serialize(array()), 'string'))); $client->send($msg); } @@ -180,7 +180,7 @@ function sendComment($id) new xmlrpcval($title, 'string'), new xmlrpcval($author, 'string'), new xmlrpcval($url, 'string'), - new xmlrpcval(array(), 'array'))); + new xmlrpcval(serialize(array()), 'string'))); $client->send($msg); } -- cgit 1.4.1