From: mjollnir_ Date: Wed, 10 Sep 2008 13:51:01 +0000 (+0000) Subject: MDL-14591 - fix misnamed member variable in exporter class X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=36b1cfd6c2eda10d47b90d62b4e64cba869dac46;p=moodle.git MDL-14591 - fix misnamed member variable in exporter class --- 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