remotes/origin/stable6
Arthur Schiwon 12 years ago
parent 48afa39292
commit e25c1f3130
  1. 4
      core/ajax/update.php

@ -36,11 +36,15 @@ if (OC::checkUpgrade(false)) {
* @param UpdateWatcher $watcher
*/
function __doFileCacheUpgrade($watcher) {
try {
$query = \OC_DB::prepare('
SELECT DISTINCT `user`
FROM `*PREFIX*fscache`
');
$result = $query->execute();
} catch (\Exception $e) {
return;
}
$users = $result->fetchAll();
if(count($users) == 0) {
return;

Loading…
Cancel
Save