Merge pull request #3298 from BOINC/Rytiss-doublesuccess

Remove duplicate success XML
This commit is contained in:
David Anderson 2019-09-20 13:27:53 -07:00 committed by GitHub
commit 0a5fc3b65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ if (strlen($query)) {
if ($send_changed_email_to_user) {
send_changed_email($user);
}
success("");
} else {
xml_error(-1, "database error: ".BoincDb::error());
}