check all return values
This commit is contained in:
parent
a9d7acda27
commit
05d9e1bee5
@ -2249,7 +2249,7 @@ function update_r1175() {
|
||||
|
||||
}
|
||||
|
||||
if($r1)
|
||||
if($r1 && $r2 && $r3 && $r4)
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
|
||||
|
Reference in New Issue
Block a user