This commit is contained in:
Shish
2020-01-26 16:38:13 +00:00
parent 6cc7124069
commit 60dda96fd2
6 changed files with 5 additions and 19 deletions

View File

@@ -430,7 +430,7 @@ class UserPage extends Extension
} elseif (is_null($my_user->email)) {
$this->theme->display_error(400, "Error", "That user has no registered email address");
} else {
// send email
throw new SCoreException("Email sending not implemented");
}
}