mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
Fix formatting (tab vs. 4-space)
Signed-off-by: kaiyou <dev@kaiyou.fr>
This commit is contained in:
parent
ee7c8236fa
commit
5f972c0a94
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ class TemplateManager {
|
|||
|
||||
$query = $this->db->getQueryBuilder();
|
||||
$query->delete('richdocuments_template')
|
||||
->where($this->userId !== null ? $query->expr()->eq('userid', $query->createNamedParameter($this->userId, IQueryBuilder::PARAM_STR)) : $query->expr()->isNull('userid'))
|
||||
->where($this->userId !== null ? $query->expr()->eq('userid', $query->createNamedParameter($this->userId, IQueryBuilder::PARAM_STR)) : $query->expr()->isNull('userid'))
|
||||
->andWhere($query->expr()->eq('fileid', $query->createNamedParameter($fileId, IQueryBuilder::PARAM_INT)));
|
||||
$query->executeStatement();
|
||||
} catch (Throwable $e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue