]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15798 added note in portfolio lib to remove later when this is fixed
authormjollnir_ <mjollnir_>
Fri, 25 Jul 2008 08:39:28 +0000 (08:39 +0000)
committermjollnir_ <mjollnir_>
Fri, 25 Jul 2008 08:39:28 +0000 (08:39 +0000)
lib/portfoliolib.php

index 8e9b25bb5aa02afb00c1e701a3d2dfdece9fcb8b..1f466db1877bc7e801d506eb198620f2a1f95596 100644 (file)
@@ -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');