kopia lustrzana https://github.com/nextcloud/social
error must be 0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/69/head
rodzic
fdadd51c62
commit
a3a2ac6dcc
|
@ -150,6 +150,7 @@ class CacheDocumentsRequest extends CacheDocumentsRequestBuilder {
|
|||
$qb = $this->getCacheDocumentsSelectSql();
|
||||
$this->limitToDBFieldEmpty($qb, 'local_copy');
|
||||
$this->limitToCaching($qb, self::CACHE_TTL);
|
||||
$this->limitToDBFieldInt($qb, 'error', 0);
|
||||
|
||||
$documents = [];
|
||||
$cursor = $qb->execute();
|
||||
|
|
Ładowanie…
Reference in New Issue