]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-15350, change classname here"
authordongsheng <dongsheng>
Mon, 30 Jun 2008 05:22:00 +0000 (05:22 +0000)
committerdongsheng <dongsheng>
Mon, 30 Jun 2008 05:22:00 +0000 (05:22 +0000)
repository/boxnet/repository.class.php

index ff7a19c3035182852d5433ce69cca26ea87cfff4..d66c1f8daf787c1704f0004e47dbd19f1cf2bd60 100755 (executable)
@@ -8,9 +8,9 @@
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
  */
 require_once($CFG->dirroot.'/repository/'.'lib.php');
-require_once($CFG->dirroot.'/repository/box/'.'boxlibphp5.php');
+require_once($CFG->dirroot.'/repository/boxnet/'.'boxlibphp5.php');
 
-class repository_box extends repository{
+class repository_boxnet extends repository{
 
     var $api_key    = 'dmls97d8j3i9tn7av8y71m9eb55vrtj4';
     var $box;