Skip to content
Snippets Groups Projects
Commit ff6141b1 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Change version number update occurs on to prevent problem with betas, users...

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
parent 6a29bbda
No related branches found
No related tags found
No related merge requests found
<?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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment