aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Comments
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-17 11:58:50 +0100
committerVitor Mattos <vitor@php.rio>2022-01-21 08:39:39 -0300
commitd850dc02207769ef13897867a11083e420f115c4 (patch)
treec8fc5e666c8e1b49609d6d01042c695acb73ceae /lib/private/Comments
parent189f9f96ce8a93e228acc5821099d8e870576292 (diff)
downloadnextcloud-server-d850dc02207769ef13897867a11083e420f115c4.tar.gz
nextcloud-server-d850dc02207769ef13897867a11083e420f115c4.zip
Remove order from groupConcat as it is not working everywhere
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Comments')
-rw-r--r--lib/private/Comments/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Comments/Manager.php b/lib/private/Comments/Manager.php
index 95fb7f24e53..a4afffe2cd4 100644
--- a/lib/private/Comments/Manager.php
+++ b/lib/private/Comments/Manager.php
@@ -1233,7 +1233,7 @@ class Manager implements ICommentsManager {
->selectAlias(
$jsonQuery->func()->concat(
$jsonQuery->expr()->literal('{'),
- $jsonQuery->func()->groupConcat('colonseparatedvalue', ','),
+ $jsonQuery->func()->groupConcat('colonseparatedvalue'),
$jsonQuery->expr()->literal('}')
),
'json'