Completed
Push — master ( da7402...8751a6 )
by
unknown
13s
created
lib/Db/FileSharesRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 		$expr = $qb->expr();
84 84
 
85 85
 		$this->limitToShareType($qb, self::SHARE_TYPE);
86
-		$qb->andWhere($expr->isNull($this->default_select_alias . '.parent'));
86
+		$qb->andWhere($expr->isNull($this->default_select_alias.'.parent'));
87 87
 
88 88
 		$shares = [];
89 89
 		$cursor = $qb->executeQuery();
Please login to merge, or discard this patch.