From 2037ff1f2f9b7901291f7c74fc6823a7cfcdbd50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Haas?= Date: Thu, 4 Aug 2016 09:14:40 +0200 Subject: [PATCH] Backport of #718 Backporting https://github.com/nextcloud/server/pull/718 to stable10 --- core/Command/Upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index caf92492d90..77d67534c6a 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -47,7 +47,7 @@ class Upgrade extends Command { const ERROR_SUCCESS = 0; const ERROR_NOT_INSTALLED = 1; const ERROR_MAINTENANCE_MODE = 2; - const ERROR_UP_TO_DATE = 3; + const ERROR_UP_TO_DATE = 0; const ERROR_INVALID_ARGUMENTS = 4; const ERROR_FAILURE = 5; -- 2.39.5