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.9~321
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=82f4f0681b4e21d2e99319aba27d1ee4d4c8ca31;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';
 
 
 /**