fixing an php5.2.x error for ::export... to ->export... - we dont need the static call here anyhow.

This commit is contained in:
Klaus Leithoff 2011-12-05 11:12:07 +00:00
parent 21c6a0f447
commit 95a3e33aea

View File

@ -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)