From 82f4f0681b4e21d2e99319aba27d1ee4d4c8ca31 Mon Sep 17 00:00:00 2001 From: nohn Date: Mon, 11 Jul 2005 07:17:08 +0000 Subject: [PATCH] always include the local version of RPC --- bundled-libs/XML/RPC/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundled-libs/XML/RPC/Server.php b/bundled-libs/XML/RPC/Server.php index 1b909e9..70c43e1 100644 --- a/bundled-libs/XML/RPC/Server.php +++ b/bundled-libs/XML/RPC/Server.php @@ -40,7 +40,7 @@ /** * Pull in the XML_RPC class */ -require_once 'XML/RPC.php'; +require_once dirname(__FILE__) . '/../RPC.php'; /** -- 2.39.5