]> git.mjollnir.org Git - s9y.git/commitdiff
always include the local version of RPC
authornohn <nohn>
Mon, 11 Jul 2005 07:17:08 +0000 (07:17 +0000)
committernohn <nohn>
Mon, 11 Jul 2005 07:17:08 +0000 (07:17 +0000)
bundled-libs/XML/RPC/Server.php

index 1b909e94c23459235da0a0c8bd6b5e11a8517bdd..70c43e1e6649e8bf3cf63fd09b3ab3ab3547e3ba 100644 (file)
@@ -40,7 +40,7 @@
 /**
  * Pull in the XML_RPC class
  */
-require_once 'XML/RPC.php';
+require_once dirname(__FILE__) . '/../RPC.php';
 
 
 /**