diff options
Diffstat (limited to 'update')
-rw-r--r-- | update/library/trunk/instadisc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update/library/trunk/instadisc.php b/update/library/trunk/instadisc.php index ef4638f..da1b351 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php | |||
@@ -21,7 +21,7 @@ function sendItem($title, $author, $url, $semantics) | |||
21 | new xmlrpcval($title, 'string'), | 21 | new xmlrpcval($title, 'string'), |
22 | new xmlrpcval($author, 'string'), | 22 | new xmlrpcval($author, 'string'), |
23 | new xmlrpcval($url, 'string'), | 23 | new xmlrpcval($url, 'string'), |
24 | new xmlrpcval($semantics, 'array')); | 24 | new xmlrpcval($semantics, 'array'))); |
25 | $client->send($msg); | 25 | $client->send($msg); |
26 | } | 26 | } |
27 | 27 | ||