Browse Source

use relative path

remotes/origin/fix-delete-homeidr-on-userdelete
Robin Appelman 10 years ago
parent
commit
02f847bc66
  1. 2
      lib/private/files/view.php

2
lib/private/files/view.php

@ -1204,7 +1204,7 @@ class View {
} else if (!Cache\Scanner::isPartialFile($internalPath) && $watcher->needsUpdate($internalPath, $data)) {
$this->lockFile($relativePath, ILockingProvider::LOCK_SHARED);
$watcher->update($internalPath, $data);
$this->updater->propagate($path);
$this->updater->propagate($relativePath);
$data = $cache->get($internalPath);
$this->unlockFile($relativePath, ILockingProvider::LOCK_SHARED);
}

Loading…
Cancel
Save