summaryrefslogtreecommitdiffstats
path: root/lib/class/catalog.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r--lib/class/catalog.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index 9affc95a..b8907d0a 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -921,7 +921,7 @@ class Catalog {
$value = $response->value();
if ( !$response->faultCode() ) {
- $data = old_xmlrpc_decode($value);
+ $data = php_xmlrpc_decode($value);
// Print out the catalogs we are going to sync
//FIXME: We should add catalog level access control
@@ -942,7 +942,7 @@ class Catalog {
$value = $response->value();
if ( !$response->faultCode() ) {
- $data = old_xmlrpc_decode($value);
+ $data = php_xmlrpc_decode($value);
$this->update_remote_catalog($data,$this->path);
}
else {