From 40e81f787ad93218ed8fe7a99cbab60407934b16 Mon Sep 17 00:00:00 2001 From: nohn Date: Sat, 16 Jul 2005 09:42:45 +0000 Subject: [PATCH] i hate that shit --- bundled-libs/XML/RPC/Server.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundled-libs/XML/RPC/Server.php b/bundled-libs/XML/RPC/Server.php index ca11777..5752c23 100644 --- a/bundled-libs/XML/RPC/Server.php +++ b/bundled-libs/XML/RPC/Server.php @@ -40,8 +40,7 @@ /** * Pull in the XML_RPC class */ -require_once 'XML/RPC.php'; - +require_once dirname(__FILE__) . '/../RPC.php'; /** * signature for system.listMethods: return = array, -- 2.39.5