From 612a14c5705fc00ec021a80a5b4aba4dad07dfc3 Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Tue, 16 Sep 2008 19:02:30 +0000 Subject: [PATCH] MDL-16520 - better handling of resuming exports in portfolio --- portfolio/already.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portfolio/already.php b/portfolio/already.php index 668bec580f..483d71b915 100644 --- a/portfolio/already.php +++ b/portfolio/already.php @@ -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) { } -- 2.39.5