From c4a20613a8d829b34de533ddbeb56a99534d78c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Sat, 14 Nov 2020 15:50:24 +0100 Subject: [PATCH] Ops! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.php b/update.php index 7c773f4ee5..37cccd768d 100644 --- a/update.php +++ b/update.php @@ -747,5 +747,5 @@ function pre_update_1365() return Update::FAILED; } - return UPDATE::SUCCESS; + return Update::SUCCESS; }