mirror of https://github.com/BOINC/boinc.git
user web: fix PHP warning
This commit is contained in:
parent
a3d9052448
commit
52a9a3e746
|
@ -59,7 +59,7 @@ function validate() {
|
|||
page_tail();
|
||||
}
|
||||
|
||||
if ($_GET['validate']) {
|
||||
if (get_str('validate', true)) {
|
||||
validate();
|
||||
} else {
|
||||
send_validate_email();
|
||||
|
|
Loading…
Reference in New Issue