From: mjollnir_ Date: Wed, 10 Sep 2008 11:03:25 +0000 (+0000) Subject: MDL-15760 - removing out of date comment in boxnet portfolio plugin X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dd0f962c21bb00129c56a490e52a0bfc94c25ebf;p=moodle.git MDL-15760 - removing out of date comment in boxnet portfolio plugin --- diff --git a/portfolio/type/boxnet/lib.php b/portfolio/type/boxnet/lib.php index 1ed05c056d..d7c8843a9b 100644 --- a/portfolio/type/boxnet/lib.php +++ b/portfolio/type/boxnet/lib.php @@ -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: part seems fragile... - // but I couldn't find a documented permalink scheme. return 'http://box.net/files#0:f:' . $this->get_export_config('folder'); }