$this->set_mapping($this->get_namefor('dimension'), $oldid, $newitemid, true);
// Process files for this workshopform_accumulative->id only
- $this->add_related_files('workshopform_accumulative', 'description', 'workshopform_accumulative', null, $oldid);
+ $this->add_related_files('workshopform_accumulative', 'description', $this->get_namefor('dimension'), null, $oldid);
}
/**
$this->set_mapping($this->get_namefor('dimension'), $oldid, $newitemid, true);
// Process files for this workshopform_comments->id only
- $this->add_related_files('workshopform_comments', 'description', 'workshopform_comments', null, $oldid);
+ $this->add_related_files('workshopform_comments', 'description', $this->get_namefor('dimension'), null, $oldid);
}
/**
$this->set_mapping($this->get_namefor('dimension'), $oldid, $newitemid, true);
// Process files for this workshopform_numerrors->id only
- $this->add_related_files('workshopform_numerrors', 'description', 'workshopform_numerrors', null, $oldid);
+ $this->add_related_files('workshopform_numerrors', 'description', $this->get_namefor('dimension'), null, $oldid);
}
/**
$this->set_mapping($this->get_namefor('dimension'), $oldid, $newitemid, true);
// Process files for this workshopform_rubric->id only
- $this->add_related_files('workshopform_rubric', 'description', 'workshopform_rubric', null, $oldid);
+ $this->add_related_files('workshopform_rubric', 'description', $this->get_namefor('dimension'), null, $oldid);
}
/**