Skip to content
Snippets Groups Projects
Commit 0a00fff2 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX color

parent 84dff4b5
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ class BasketsModelAbstract
$regroupedBaskets = [];
$user = UserModel::getById(['userId' => $aArgs['userId'], 'select' => ['id']]);
$user = UserModel::getByUserId(['userId' => $aArgs['userId'], 'select' => ['id']]);
$groups = UserModel::getGroupsByUserId(['userId' => $aArgs['userId']]);
foreach ($groups as $group) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment