]> git.mjollnir.org Git - moodle.git/commitdiff
portfolio MDL-19356 boxnet doesn't support multiple exports at the same time
authorPenny Leach <penny@liip.ch>
Thu, 19 Nov 2009 06:42:08 +0000 (06:42 +0000)
committerPenny Leach <penny@liip.ch>
Thu, 19 Nov 2009 06:42:08 +0000 (06:42 +0000)
portfolio/boxnet/lib.php

index 408c7faeeed3089524511709637bd6d8762f2405..f3a08e1e57d7c5e82f07a3f1e16740374d3bd320 100644 (file)
@@ -247,4 +247,12 @@ class portfolio_plugin_boxnet extends portfolio_plugin_push_base {
     public static function supported_formats() {
         return array(PORTFOLIO_FORMAT_FILE); // don't support rich html, it breaks links
     }
+
+    /*
+     * for now , boxnet doesn't support this,
+     * because we can't dynamically construct return urls.
+     */
+    public static function allows_multiple_exports() {
+        return false;
+    }
 }