MDL-59649 mod_data: Fix content exporter
The content3 and content4 fields should be type PARAM_RAW
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