Undo change

skala
Julio Montoya 14 years ago
parent b95c968e5a
commit fb486a2ccb
  1. 2
      main/coursecopy/classes/Resource.class.php

@ -66,7 +66,7 @@ class Resource
* @param int $id The id of this resource in the source course.
* @param constant $type The type of this resource.
*/
function __construct($id, $type) {
function Resource($id, $type) {
$this->source_id = $id;
$this->type = $type;
$this->destination_id = -1;

Loading…
Cancel
Save