From 7af67eb6301dffb1c65dbe42a1af6352a6f04510 Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Fri, 6 Jun 2014 12:28:36 +0200 Subject: increase version number of files and migration trigger --- apps/files/appinfo/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/appinfo/update.php') diff --git a/apps/files/appinfo/update.php b/apps/files/appinfo/update.php index a993979414e..a9b8ccbf824 100644 --- a/apps/files/appinfo/update.php +++ b/apps/files/appinfo/update.php @@ -7,7 +7,7 @@ if (version_compare(\OCP\Config::getSystemValue('version', '0.0.0'), '7.0.0', '< \OCP\Config::deleteSystemValue('maxZipInputSize'); } -if (version_compare(\OCP\Config::getAppValue('files', 'installed_version'), '1.1.8', '<')) { +if (version_compare(\OCP\Config::getAppValue('files', 'installed_version'), '1.1.9', '<')) { // update wrong mimetypes $wrongMimetypes = array( -- cgit v1.2.3