From 282c84b8c7d751e1d1d5f3cb6db9093f8326ef7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Schlosser?= Date: Mon, 18 Dec 2023 17:14:07 +0100 Subject: [PATCH] [TASK] Adjust code --- Classes/DataProcessing/CategoriesProcessor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/DataProcessing/CategoriesProcessor.php b/Classes/DataProcessing/CategoriesProcessor.php index 5b063b63..c6662e5f 100644 --- a/Classes/DataProcessing/CategoriesProcessor.php +++ b/Classes/DataProcessing/CategoriesProcessor.php @@ -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,