mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
* 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:
parent
b17fd7004e
commit
46d02bf967
@ -70,7 +70,7 @@ if (!isset($GLOBALS['egw_domain'][$_REQUEST['domain']]) || empty($db_type))
|
||||
die($msg);
|
||||
}
|
||||
|
||||
include(EGW_API_INC.'/functions.inc.php');
|
||||
include(EGW_SERVER_ROOT.'/api/src/loader.php');
|
||||
|
||||
$async = new Asyncservice();
|
||||
$num = $async->check_run(isset($_REQUEST['run_by']) ? $_REQUEST['run_by'] : 'crontab');
|
||||
|
Loading…
Reference in New Issue
Block a user