- protected function get_mappingid($itemname, $oldid) {
- return $this->step->get_mappingid($itemname, $oldid);
+ protected function get_mappingid($itemname, $oldid, $ifnotfound = false) {
+ return $this->step->get_mappingid($itemname, $oldid, $ifnotfound);