Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Data Object] Classification Store quote filtering
  • Loading branch information
brusch committed Jan 17, 2022
1 parent d8377fc commit 66281c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1242,7 +1242,7 @@ public function propertiesGetAction(Request $request)
}

if ($storeId) {
$conditionParts[] = '(storeId = ' . $storeId . ')';
$conditionParts[] = '(storeId = '. $db->quote($storeId) . ')';
}

if ($request->get('filter')) {
Expand Down

0 comments on commit 66281c1

Please sign in to comment.