mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
* ImportExport: scheduled im/exports fail with PHP Fatal error
Cannot use object of type EGroupware\Api\Asyncservice as array in importexport/inc/class.importexport_schedule_ui.inc.php on line 627
This commit is contained in:
parent
d5122139ab
commit
8031564327
@ -624,7 +624,7 @@ class importexport_schedule_ui
|
||||
{
|
||||
$async->cancel_timer($id);
|
||||
$result = $async->set_timer(
|
||||
$async['times'],
|
||||
$job['times'],
|
||||
$id,
|
||||
'importexport.importexport_schedule_ui.exec',
|
||||
$data
|
||||
|
Loading…
Reference in New Issue
Block a user