From: dongsheng Date: Thu, 25 Jun 2009 04:14:45 +0000 (+0000) Subject: "MDL-15350, fixed boxnet plugin authkey" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=527c4acd27a463e2396053044e096654b5a07271;p=moodle.git "MDL-15350, fixed boxnet plugin authkey" --- diff --git a/repository/boxnet/repository.class.php b/repository/boxnet/repository.class.php index 2318eb0e05..9bcd65defd 100755 --- a/repository/boxnet/repository.class.php +++ b/repository/boxnet/repository.class.php @@ -153,7 +153,7 @@ class repository_boxnet extends repository { 'size'=>$filesizes[$n], 'date'=>$filedates[$n], 'source'=>'http://box.net/api/1.0/download/' - .$this->options['auth_token'].'/'.$fileids[$n], + .$this->auth_token.'/'.$fileids[$n], 'thumbnail'=>$CFG->httpswwwroot.'/pix/f/'.mimeinfo('icon32', $v)); } }