summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-09-10 21:57:05 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-09-10 21:57:13 -0400
commitff6141b1e9fa265557ddae11963a577a5a4eb240 (patch)
tree158e2e8ca250cca7babbf0ad7f00f0893b302d21 /apps/files_sharing/appinfo
parent6a29bbda7ad87c8bd606c606d237f4c9a0cca9eb (diff)
downloadnextcloud-server-ff6141b1e9fa265557ddae11963a577a5a4eb240.tar.gz
nextcloud-server-ff6141b1e9fa265557ddae11963a577a5a4eb240.zip
Change version number update occurs on to prevent problem with betas, users using the 4.5 betas will have to manually trigger the update if they want to get their old shared files back again
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r--apps/files_sharing/appinfo/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/update.php b/apps/files_sharing/appinfo/update.php
index cb6af2d5f0d..eabd1167c97 100644
--- a/apps/files_sharing/appinfo/update.php
+++ b/apps/files_sharing/appinfo/update.php
@@ -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();