nextcloud-server/lib/private/Files/Cache
Roeland Jago Douma 1656a08323 Only execute query in propagateChange once
The second execute statement should be inside the if block. Else it gets
executed twice which makes no sense.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 20:44:35 +07:00
..
Wrapper Properly search the root of a shared external storage 2018-11-05 16:27:43 +07:00
Cache.php return the correct value when trying to get a non existing item from cache by id 2018-11-16 17:26:42 +07:00
CacheEntry.php
FailedCache.php
HomeCache.php
HomePropagator.php
MoveFromCacheTrait.php
Propagator.php Only execute query in propagateChange once 2018-12-05 20:44:35 +07:00
QuerySearchHelper.php
Scanner.php cleanup locks in scanner on error 2018-05-04 18:05:46 +07:00
Storage.php
StorageGlobal.php
Updater.php
Watcher.php