MDL-16520 - better handling of resuming exports in portfolio

This commit is contained in:
mjollnir_
2008-09-16 19:02:30 +00:00
parent b2313a2abe
commit 612a14c570
+1 -1
View File
@@ -27,7 +27,7 @@ if ($dataid) {
$exporter->verify_rewaken();
$table->data[] = array(
$exporter->get('caller')->display_name(),
$exporter->get('instance')->get('name'),
($exporter->get('instance') ? $exporter->get('instance')->get('name') : get_string('notyetselected', 'portfolio')),
$exporter->get('caller')->heading_summary(),
);
} catch (portfolio_exception $e) { }