diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-09 10:40:00 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-09 10:40:00 +0100 |
commit | 349f3bf54a81af8467a62f1681bcaca172262446 (patch) | |
tree | 9c0d5797453a9d2120e4f871cc73ce605f7fb7ff /lib/private/updater.php | |
parent | 08f0dc906780be699aa9ff8c10faaea0be44855d (diff) | |
download | nextcloud-server-349f3bf54a81af8467a62f1681bcaca172262446.tar.gz nextcloud-server-349f3bf54a81af8467a62f1681bcaca172262446.zip |
More fixes
Diffstat (limited to 'lib/private/updater.php')
-rw-r--r-- | lib/private/updater.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/updater.php b/lib/private/updater.php index 1c5e8a3a26e..78457ba3a80 100644 --- a/lib/private/updater.php +++ b/lib/private/updater.php @@ -286,7 +286,6 @@ class Updater extends BasicEmitter { * @param string $installedVersion previous version from which to upgrade from * * @throws \Exception - * @return boolean|null true if the operation succeeded, false otherwise */ private function doUpgrade($currentVersion, $installedVersion) { // Stop update if the update is over several major versions |