From 911a44596a1669ae5b0895e170b424d765938bb7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 22 Aug 2014 06:58:51 +0000 Subject: [PATCH] fix SyncML error reported on list --- rpc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rpc.php b/rpc.php index 287e79f2ec..6e94bb12a1 100644 --- a/rpc.php +++ b/rpc.php @@ -14,6 +14,7 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT); @define('HORDE_BASE', EGW_API_INC . '/horde/'); require_once HORDE_BASE . '/lib/core.php'; require_once HORDE_BASE . '/Horde/RPC.php'; +set_include_path(HORDE_BASE.PATH_SEPARATOR.get_include_path()); //require_once EGW_API_INC . '/common_functions.inc.php'; $GLOBALS['egw_info'] = array(