Feature #272 -Course copy: Setting encoding has been added during the initialization of Course class.

skala
Ivan Tcholakov 15 years ago
parent 74392e1803
commit b8d23e06f5
  1. 1
      main/coursecopy/classes/Course.class.php

@ -50,6 +50,7 @@ class Course
$this->code = '';
$this->path = '';
$this->backup_path = '';
$this->encoding = api_get_system_encoding();
}
/**
* Check if a resource links to the given resource

Loading…
Cancel
Save