From ebd98d8f01666ef67ded179f0aa7312efd021246 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