Skip to content

Commit

Permalink
Merge pull request xibosignage#1447 from xibosignage/release32
Browse files Browse the repository at this point in the history
Sync with Release 32
  • Loading branch information
dasgarner authored Sep 16, 2022
2 parents c90d86b + 9fa03df commit 08d1fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ public function isQuotaFullByUser($reconnect = false)
INNER JOIN `lkusergroup`
ON lkusergroup.userId = media.userId
WHERE lkusergroup.groupId = :groupId
', ['groupId' => $groupId], null, true);
', ['groupId' => $groupId], 'default', $reconnect);

if (count($rows) <= 0) {
throw new LibraryFullException("Error Processing Request", 1);
Expand Down

0 comments on commit 08d1fd9

Please sign in to comment.