]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-15350, fixed boxnet plugin authkey"
authordongsheng <dongsheng>
Thu, 25 Jun 2009 04:14:45 +0000 (04:14 +0000)
committerdongsheng <dongsheng>
Thu, 25 Jun 2009 04:14:45 +0000 (04:14 +0000)
repository/boxnet/repository.class.php

index 2318eb0e05949e0821f1892eed2cc03bee0e5449..9bcd65defdf8668b1a9aaba58c9cc360597b5b8a 100755 (executable)
@@ -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));
                 }
             }