Skip to content

Commit

Permalink
MDL-17392 - mailstop typo - credit goes to Daniel Neis, thanks; merge…
Browse files Browse the repository at this point in the history
…d from MOODLE_19_STABLE
  • Loading branch information
skodak committed Dec 1, 2008
1 parent f6d3e2c commit 0d79e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/forgot_password.php
Expand Up @@ -109,7 +109,7 @@
$userauth = get_auth_plugin($user->auth);
if (has_capability('moodle/user:changeownpassword', $systemcontext, $user->id)) {
// send email (make sure mail block is off)
$user->mailstop = 0;
$user->emailstop = 0;
}

if ($userauth->can_reset_password() and is_enabled_auth($user->auth)
Expand Down

0 comments on commit 0d79e2e

Please sign in to comment.