mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +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
21c6a0f447
commit
95a3e33aea
@ -391,7 +391,7 @@ class importexport_definitions_ui
|
|||||||
foreach($selected as $id) {
|
foreach($selected as $id) {
|
||||||
$definition = new importexport_definition($id);
|
$definition = new importexport_definition($id);
|
||||||
try {
|
try {
|
||||||
$export = $bodefinitions::export_from_import($definition);
|
$export = $bodefinitions->export_from_import($definition);
|
||||||
$export->save();
|
$export->save();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
if($export)
|
if($export)
|
||||||
|
Loading…
Reference in New Issue
Block a user