mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
fixing an php5.2.x error for ::export... to ->export... - we dont need the static call here anyhow.
This commit is contained in:
parent
6032b48c82
commit
e4c4ce3d45
@ -391,7 +391,7 @@ class importexport_definitions_ui
|
||||
foreach($selected as $id) {
|
||||
$definition = new importexport_definition($id);
|
||||
try {
|
||||
$export = $bodefinitions::export_from_import($definition);
|
||||
$export = $bodefinitions->export_from_import($definition);
|
||||
$export->save();
|
||||
} catch (Exception $e) {
|
||||
if($export)
|
||||
|
Loading…
Reference in New Issue
Block a user