about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--update/library/trunk/instadisc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/library/trunk/instadisc.php b/update/library/trunk/instadisc.php index 1b30477..3bef5e4 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php
@@ -22,7 +22,7 @@ function instaDisc_sendItem($title, $author, $url, $semantics)
22 new xmlrpcval($title, 'string'), 22 new xmlrpcval($title, 'string'),
23 new xmlrpcval($author, 'string'), 23 new xmlrpcval($author, 'string'),
24 new xmlrpcval($url, 'string'), 24 new xmlrpcval($url, 'string'),
25 new xmlrpcval($semantics, 'array'))); 25 new xmlrpcval(serialize($semantics), 'string')));
26 $client->send($msg); 26 $client->send($msg);
27} 27}
28 28