From f6366f39f3070cf38cb0aea1e0a8c018c512fa83 Mon Sep 17 00:00:00 2001 From: Sesostris Vieira Date: Wed, 6 Aug 2014 15:23:15 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20de=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,