From: Jürgen Haas Date: Thu, 4 Aug 2016 07:14:40 +0000 (+0200) Subject: Backport of #718 X-Git-Tag: v10.0RC1~49^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2037ff1f2f9b7901291f7c74fc6823a7cfcdbd50;p=nextcloud-server.git Backport of #718 Backporting https://github.com/nextcloud/server/pull/718 to stable10 --- 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;