mirror of https://github.com/BOINC/boinc.git
Merge pull request #3298 from BOINC/Rytiss-doublesuccess
Remove duplicate success XML
This commit is contained in:
commit
0a5fc3b65a
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue