Commit e777a407e1efe150ef4eaf7c654db1bc52a3e9ab
1 parent
49612972
KTS-673
"The search algorithm needs some work" Updated. Provision for xmlrpc path Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7244 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
config/dmsDefaults.php
| ... | ... | @@ -549,6 +549,7 @@ $KTInit->prependPath(KT_DIR . '/thirdparty/ZendFramework/library'); |
| 549 | 549 | $KTInit->prependPath(KT_DIR . '/thirdparty/pear'); |
| 550 | 550 | $KTInit->prependPath(KT_DIR . '/thirdparty/Smarty'); |
| 551 | 551 | $KTInit->prependPath(KT_DIR . '/thirdparty/simpletest'); |
| 552 | +$KTInit->prependPath(KT_DIR . '/thirdparty/xmlrpc-2.2/lib'); | |
| 552 | 553 | $KTInit->prependPath(KT_DIR . '/ktapi'); |
| 553 | 554 | $KTInit->prependPath(KT_DIR . '/search2'); |
| 554 | 555 | require_once('PEAR.php'); | ... | ... |