From e777a407e1efe150ef4eaf7c654db1bc52a3e9ab Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Thu, 27 Sep 2007 14:56:46 +0000 Subject: [PATCH] KTS-673 "The search algorithm needs some work" Updated. Provision for xmlrpc path --- config/dmsDefaults.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 11ba866..392189d 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -549,6 +549,7 @@ $KTInit->prependPath(KT_DIR . '/thirdparty/ZendFramework/library'); $KTInit->prependPath(KT_DIR . '/thirdparty/pear'); $KTInit->prependPath(KT_DIR . '/thirdparty/Smarty'); $KTInit->prependPath(KT_DIR . '/thirdparty/simpletest'); +$KTInit->prependPath(KT_DIR . '/thirdparty/xmlrpc-2.2/lib'); $KTInit->prependPath(KT_DIR . '/ktapi'); $KTInit->prependPath(KT_DIR . '/search2'); require_once('PEAR.php'); -- libgit2 0.21.4