From fbde7bd0e822c2fd37d569613d73d18d5eea454f Mon Sep 17 00:00:00 2001 From: MadD3n Date: Fri, 23 Apr 2021 11:15:55 +0300 Subject: [PATCH] Fixes --- functions/func.parserequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/func.parserequest.php b/functions/func.parserequest.php index e2e6e8e..704c3b5 100755 --- a/functions/func.parserequest.php +++ b/functions/func.parserequest.php @@ -874,7 +874,7 @@ " . (isset($params['USER_FROM']) ? $params['USER_FROM'] : '') . " " . PREFIX . "_documents AS a " . implode(' ', $request_join) . " - " . (isset($params['USER_JOIN']) ? $params['USER_FROM'] : '') . " + " . (isset($params['USER_JOIN']) ? $params['USER_JOIN'] : '') . " WHERE " . $request_where_str . " GROUP BY a.Id