skala
Yannick Warnier 15 years ago
commit e2eb2fae2c
  1. 1
      main/coursecopy/classes/Course.class.php

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

Loading…
Cancel
Save