Ver código fonte

fix whitespace in cleantags

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v12.0.0beta1
Robin Appelman 7 anos atrás
pai
commit
11c1e5dd86
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      lib/private/Repair/CleanTags.php

+ 1
- 1
lib/private/Repair/CleanTags.php Ver arquivo

@@ -173,7 +173,7 @@ class CleanTags implements IRepairStep {

$qb->select('d.' . $deleteId)
->from($deleteTable, 'd')
->leftJoin('d', $sourceTable, 's', $qb->expr()->eq('d.' . $deleteId, ' s.' . $sourceId))
->leftJoin('d', $sourceTable, 's', $qb->expr()->eq('d.' . $deleteId, 's.' . $sourceId))
->where(
$qb->expr()->eq('d.type', $qb->expr()->literal('files'))
)

Carregando…
Cancelar
Salvar