diff --git a/edit.php b/edit.php index 6a46222..68f7d6d 100644 --- a/edit.php +++ b/edit.php @@ -132,7 +132,7 @@ if ($mform->is_cancelled()) { 'customint6' => $data->customint6, 'customint7' => $data->customint7, 'customint8' => $data->customint8, - 'customdec1' => $data->customdec1; + 'customdec1' => $data->customdec1, 'customtext1' => $data->customtext1, 'customtext2' => serialize($data->customtext2), 'roleid' => $data->roleid,