From: mjollnir_ Date: Fri, 25 Jul 2008 08:39:28 +0000 (+0000) Subject: MDL-15798 added note in portfolio lib to remove later when this is fixed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0082ed89b2a5cac9c4fc2ed4de4c491827e41a8d;p=moodle.git MDL-15798 added note in portfolio lib to remove later when this is fixed --- diff --git a/lib/portfoliolib.php b/lib/portfoliolib.php index 8e9b25bb5a..1f466db187 100644 --- a/lib/portfoliolib.php +++ b/lib/portfoliolib.php @@ -458,6 +458,7 @@ function portfolio_report_insane($insane, $instances=false) { // @todo this isn't working // because it seems the new recordset object // doesn't implement the key correctly. + // see MDL-15798 $instance = $instances[$plugin]; $plugin = $instance->get('plugin'); $name = $instance->get('name');