Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2020-11-14 15:50:24 +01:00
parent 32e9a4d4d7
commit c4a20613a8
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 1 additions and 1 deletions

View File

@ -747,5 +747,5 @@ function pre_update_1365()
return Update::FAILED;
}
return UPDATE::SUCCESS;
return Update::SUCCESS;
}