use relative path

This commit is contained in:
Robin Appelman 2015-11-10 14:40:32 +01:00
parent d5061b8139
commit 02f847bc66

View file

@ -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);
}