Skip to content

Commit

Permalink
"MDL-14129, fix print_error"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed May 8, 2008
1 parent 3db241b commit e249043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/mnet/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function confirm_mnet_session($token, $remotewwwroot) {
}
$message .= "ERROR $code:<br/>$errormessage<br/>";
}
print_error("rpcerror", '', '', $message");
print_error("rpcerror", '', '', $message);
}
unset($mnetrequest);

Expand Down

0 comments on commit e249043

Please sign in to comment.