From dd0f962c21bb00129c56a490e52a0bfc94c25ebf Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Wed, 10 Sep 2008 11:03:25 +0000 Subject: [PATCH] MDL-15760 - removing out of date comment in boxnet portfolio plugin --- portfolio/type/boxnet/lib.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/portfolio/type/boxnet/lib.php b/portfolio/type/boxnet/lib.php index 1ed05c056d8..d7c8843a9b0 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'); }