From e4424718a7a72b2c90a8540b1794769636d0c0d7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 12 May 2014 09:40:55 +0000 Subject: [PATCH] possible fix for community bug #3277: syncml wont work since svn trunk update from 2014-04-02 --- rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc.php b/rpc.php index 22ad685f78..287e79f2ec 100644 --- a/rpc.php +++ b/rpc.php @@ -13,7 +13,7 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT); @define('EGW_API_INC', dirname(__FILE__) . '/phpgwapi/inc/'); @define('HORDE_BASE', EGW_API_INC . '/horde/'); require_once HORDE_BASE . '/lib/core.php'; -require_once 'Horde/RPC.php'; +require_once HORDE_BASE . '/Horde/RPC.php'; //require_once EGW_API_INC . '/common_functions.inc.php'; $GLOBALS['egw_info'] = array(