Skip to content

Commit

Permalink
MDL-65428 core_tag: fix callback param type
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Apr 26, 2019
1 parent bc342f1 commit b8a5c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag/classes/external/tag_area_exporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected static function define_properties() {
'description' => 'The tag collection this are belongs to.',
],
'callback' => [
'type' => PARAM_ALPHANUMEXT,
'type' => PARAM_RAW,
'description' => 'Component callback for processing tags.',
'null' => NULL_ALLOWED,
],
Expand Down

0 comments on commit b8a5c85

Please sign in to comment.