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 538696e9..ea04f86f 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -960,10 +960,10 @@ class Catalog {
$path = $match[2];
if ( ! $path ) {
- $client = new xmlrpc_client("/server.php", $server, 80);
+ $client = new xmlrpc_client("/server/xmlrpc.server.php", $server, 80);
}
else {
- $client = new xmlrpc_client("/$path/server.php", $server, 80);
+ $client = new xmlrpc_client("/$path/server/xmlrpc.server.php", $server, 80);
}
$f = new xmlrpcmsg('remote_catalog_query', array(new xmlrpcval( conf('web_path'), "string")) );