Skip to content

Commit

Permalink
Merge branch 'MDL-60233-master' of git://github.com/jleyva/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Oct 19, 2017
2 parents 254c19e + 9a62cd0 commit eef0ce9
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.'; $message = 'Unknown warning type.';
} }


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

0 comments on commit eef0ce9

Please sign in to comment.