]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change version number update occurs on to prevent problem with betas, users using...
authorMichael Gapczynski <mtgap@owncloud.com>
Tue, 11 Sep 2012 01:57:05 +0000 (21:57 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Tue, 11 Sep 2012 01:57:13 +0000 (21:57 -0400)
apps/files_sharing/appinfo/update.php

index cb6af2d5f0d756f6c47018e32ef2d1f2801f87a2..eabd1167c97db4732b741c221405cf3d06e181fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 $installedVersion = OCP\Config::getAppValue('files_sharing', 'installed_version');
-if (version_compare($installedVersion, '0.3.2', '<')) {
+if (version_compare($installedVersion, '0.3', '<')) {
        $query = OCP\DB::prepare('SELECT * FROM `*PREFIX*sharing`');
        $result = $query->execute();
        $groupShares = array();