MDL-65428 core_tag: fix callback param type

This commit is contained in:
Marina Glancy 2019-04-26 13:11:05 +02:00
parent bc342f101a
commit b8a5c8528a

View File

@ -67,7 +67,7 @@ class tag_area_exporter extends exporter {
'description' => 'The tag collection this are belongs to.',
],
'callback' => [
'type' => PARAM_ALPHANUMEXT,
'type' => PARAM_RAW,
'description' => 'Component callback for processing tags.',
'null' => NULL_ALLOWED,
],