From 0082ed89b2a5cac9c4fc2ed4de4c491827e41a8d Mon Sep 17 00:00:00 2001
From: mjollnir_ <mjollnir_>
Date: Fri, 25 Jul 2008 08:39:28 +0000
Subject: [PATCH] MDL-15798 added note in portfolio lib to remove later when
 this is fixed

---
 lib/portfoliolib.php | 1 +
 1 file changed, 1 insertion(+)

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');
-- 
2.39.5