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