Merge branch 'MDL-59649-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
This commit is contained in:
+2
-2
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user