]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15760 - removing out of date comment in boxnet portfolio plugin
authormjollnir_ <mjollnir_>
Wed, 10 Sep 2008 11:03:25 +0000 (11:03 +0000)
committermjollnir_ <mjollnir_>
Wed, 10 Sep 2008 11:03:25 +0000 (11:03 +0000)
portfolio/type/boxnet/lib.php

index 1ed05c056d8bfa86a670c993a19451e48c1c50cd..d7c8843a9b017c0fe8e3ce978b79822360d37028 100644 (file)
@@ -61,9 +61,6 @@ class portfolio_plugin_boxnet extends portfolio_plugin_push_base {
     }
 
     public function get_continue_url() {
-        // @todo this was a *guess* based on what urls I got clicking around the interface.
-        // the #0:f:<folderid> part seems fragile...
-        // but I couldn't find a documented permalink scheme.
         return 'http://box.net/files#0:f:' . $this->get_export_config('folder');
     }