mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-65428 core_tag: fix callback param type
This commit is contained in:
parent
bc342f101a
commit
b8a5c8528a
2
tag/classes/external/tag_area_exporter.php
vendored
2
tag/classes/external/tag_area_exporter.php
vendored
@ -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,
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user