use relative path
This commit is contained in:
parent
d5061b8139
commit
02f847bc66
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue