mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed fatal error: unsupported operand typ
This commit is contained in:
parent
a5b73a08ee
commit
587ffbcf28
@ -48,7 +48,7 @@
|
||||
try {
|
||||
$definition_obj = new importexport_definition($content['definition']);
|
||||
if($content['dry-run']) {
|
||||
$definition_obj->plugin_options = $definition_obj->plugin_options + array('dry_run' => true);
|
||||
$definition_obj->plugin_options = (array)$definition_obj->plugin_options + array('dry_run' => true);
|
||||
}
|
||||
$plugin = new $definition_obj->plugin;
|
||||
$file = fopen($content['file']['tmp_name'], 'r');
|
||||
|
Loading…
Reference in New Issue
Block a user