Skip to content

Commit

Permalink
[TASK] Adjust code
Browse files Browse the repository at this point in the history
  • Loading branch information
schloram authored and lukaszuznanski committed May 9, 2024
1 parent 97bed4e commit 282c84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/DataProcessing/CategoriesProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function process(
$queryConfig = [];

$uidInList = (string)$cObj->stdWrapValue('uidInList', $processorConfiguration, '');
if (empty($uidInList) === false) {
if (!empty($uidInList)) {
$queryConfig = [
'uidInList' => $uidInList,
'languageField' => 0,
Expand Down

0 comments on commit 282c84b

Please sign in to comment.