Skip to content

Commit

Permalink
Merge branch 'MDL-79816-402' of https://github.com/rmady/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_402_STABLE
  • Loading branch information
HuongNV13 committed Nov 30, 2023
2 parents c2f8ca5 + 6f55283 commit b8e9bd5
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -86,7 +86,7 @@ public static function define_properties() {
'type' => PARAM_INT,
),
'modname' => array(
'type' => PARAM_TEXT,
'type' => PARAM_PLUGIN,
),
'name' => array(
'type' => PARAM_TEXT,
Expand All @@ -108,7 +108,7 @@ public static function define_properties() {
public static function define_other_properties() {
return array(
'viewurl' => array(
'type' => PARAM_TEXT,
'type' => PARAM_RAW,
),
'courseviewurl' => array(
'type' => PARAM_URL,
Expand All @@ -117,7 +117,7 @@ public static function define_other_properties() {
'type' => PARAM_RAW,
),
'purpose' => array(
'type' => PARAM_TEXT,
'type' => PARAM_ALPHA,
)
);
}
Expand Down

0 comments on commit b8e9bd5

Please sign in to comment.