From: nohn <nohn> Date: Mon, 11 Jul 2005 07:17:08 +0000 (+0000) Subject: always include the local version of RPC X-Git-Tag: 0.8.3~38 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ebd98d8f01666ef67ded179f0aa7312efd021246;p=s9y.git always include the local version of RPC --- 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'; /**