From 527c4acd27a463e2396053044e096654b5a07271 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 25 Jun 2009 04:14:45 +0000 Subject: [PATCH] "MDL-15350, fixed boxnet plugin authkey" --- repository/boxnet/repository.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } -- 2.39.5