MDL-65428 core_tag: fix callback param type
This commit is contained in:
+1
-1
@@ -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,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user