Merge branch 'MDL-59649-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE

This commit is contained in:
David Monllao
2017-07-31 09:00:50 +02:00
+2 -2
View File
@@ -70,12 +70,12 @@ class content_exporter extends exporter {
'null' => NULL_ALLOWED,
),
'content3' => array(
'type' => PARAM_BOOL,
'type' => PARAM_RAW,
'description' => 'Contents.',
'null' => NULL_ALLOWED,
),
'content4' => array(
'type' => PARAM_BOOL,
'type' => PARAM_RAW,
'description' => 'Contents.',
'null' => NULL_ALLOWED,
),