|
@@ -159,7 +159,7 @@ |
|
|
block discarded – undo |
|
159
|
159
|
$untranslatedRecordUids = array_flip( |
|
160
|
160
|
array_column( |
|
161
|
161
|
// Eliminate records with "-1" as sys_language_uid since they can not be translated |
|
162
|
|
- array_filter($contentRecordsInDefaultLanguage, static function (array $record): bool { |
|
|
162
|
+ array_filter($contentRecordsInDefaultLanguage, static function(array $record): bool { |
|
163
|
163
|
return (int)($record['sys_language_uid'] ?? 0) !== -1; |
|
164
|
164
|
}), |
|
165
|
165
|
'uid' |
Please login to merge, or discard this patch.