]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase version number of files and migration trigger
authorJörn Friedrich Dreyer <jfd@butonic.de>
Fri, 6 Jun 2014 10:28:36 +0000 (12:28 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Fri, 6 Jun 2014 10:28:36 +0000 (12:28 +0200)
apps/files/appinfo/update.php
apps/files/appinfo/version

index a993979414e09ceaedf57c5c432db9a4056a47a0..a9b8ccbf824651409bc5d8bb9adb0113f05c39a7 100644 (file)
@@ -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(
index 18efdb9ae67a363598be48f21356657f831557a5..512a1faa68010937a4b758aa6579efd68946d40f 100644 (file)
@@ -1 +1 @@
-1.1.8
+1.1.9