summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlrpc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/xmlrpc.inc')
-rw-r--r--etc/inc/xmlrpc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/xmlrpc.inc b/etc/inc/xmlrpc.inc
index 11a2b43..b09f758 100644
--- a/etc/inc/xmlrpc.inc
+++ b/etc/inc/xmlrpc.inc
@@ -68,7 +68,7 @@ function xmlrpc_value_to_php($raw_value) {
break;
}
*/
- return XML_RPC_decode($return);
+ return XML_RPC_decode($raw_value);
}
/*
OpenPOWER on IntegriCloud