Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'MDL-60233-32' of git://github.com/jleyva/moodle into MO…
…ODLE_32_STABLE
  • Loading branch information
David Monllao committed Oct 19, 2017
2 parents 778d746 + 67ad699 commit 4270255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/externallib.php
Expand Up @@ -62,7 +62,7 @@ private static function generate_warning($assignmentid, $warningcode, $detail) {
$message = 'Unknown warning type.';
}

return array('item'=>$detail,
return array('item' => s($detail),
'itemid'=>$assignmentid,
'warningcode'=>$warningcode,
'message'=>$message);
Expand Down

0 comments on commit 4270255

Please sign in to comment.