1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-27 19:37:22 +01:00

Nextcloud 12.0.2, fix Nextcloud 12 upgrades seeing the wrong version

Nextcloud 12 adds a new OC_VersionCanBeUpgradedFrom field to /usr/local/lib/owncloud/version.php which lists
prior NC/OC version numbers, which confuses our check for what the installed version is. Make our regex more strict.

merges #1238
This commit is contained in:
Joshua Tauberer
2017-08-30 13:40:39 -04:00
parent dbebaba8b9
commit 734745a4a6
2 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ Mail:
Nextcloud:
* Nextcloud updated to 12.0.0, using PHP7.
* Nextcloud updated to 12.0.2, using PHP7.
Control Panel: