From 6589599de501554715789d620eea7041034e2700 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Thu, 14 Jul 2005 09:37:20 +0000 Subject: [PATCH] Add BUNDLE_NOTICE file to track changes necessary --- bundled-libs/XML/RPC/BUNDLE_NOTICE | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bundled-libs/XML/RPC/BUNDLE_NOTICE diff --git a/bundled-libs/XML/RPC/BUNDLE_NOTICE b/bundled-libs/XML/RPC/BUNDLE_NOTICE new file mode 100644 index 0000000..eddabc1 --- /dev/null +++ b/bundled-libs/XML/RPC/BUNDLE_NOTICE @@ -0,0 +1,4 @@ +- Replace in XML/RPC/Server.php: + require_once 'RPC/RPC.php'; + with + require_once dirname(__FILE__) . '/../RPC.php'; -- 2.39.5