From 36b1cfd6c2eda10d47b90d62b4e64cba869dac46 Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Wed, 10 Sep 2008 13:51:01 +0000 Subject: [PATCH] MDL-14591 - fix misnamed member variable in exporter class --- lib/portfolio/exporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portfolio/exporter.php b/lib/portfolio/exporter.php index e4842f5a14..2519cd577a 100644 --- a/lib/portfolio/exporter.php +++ b/lib/portfolio/exporter.php @@ -50,7 +50,7 @@ class portfolio_exporter { /** * if there has been no config form displayed to the user */ - private $noconfig; + private $noexportconfig; /** * the navigation to display on the wizard screens -- 2.39.5