* API: async service failed to run on a default install (no phpgwapi)

PHP Warning: include(): Failed opening '/var/www/epl-16.1/phpgwapi/inc/functions.inc.php'
This commit is contained in:
Ralf Becker 2016-06-08 15:35:06 +02:00
parent b17fd7004e
commit 46d02bf967

View File

@ -70,7 +70,7 @@ if (!isset($GLOBALS['egw_domain'][$_REQUEST['domain']]) || empty($db_type))
die($msg); die($msg);
} }
include(EGW_API_INC.'/functions.inc.php'); include(EGW_SERVER_ROOT.'/api/src/loader.php');
$async = new Asyncservice(); $async = new Asyncservice();
$num = $async->check_run(isset($_REQUEST['run_by']) ? $_REQUEST['run_by'] : 'crontab'); $num = $async->check_run(isset($_REQUEST['run_by']) ? $_REQUEST['run_by'] : 'crontab');