Project

General

Profile

Bug #102649 » patch_Core__QueryHelper.patch

Dieter Dr. Porth, 2023-12-11 08:37

View differences:

public/typo3/sysext/core/Classes/Database/Query/QueryHelper.php → public/typo3/sysext/core/Classes/Database/Query/QueryHelper.php (date 1702283033915)
static function ($expression) {
$fieldNameOrderArray = GeneralUtility::trimExplode(' ', $expression, true);
$fieldName = $fieldNameOrderArray[0] ?? null;
$order = $fieldNameOrderArray[1] ?? null;
$order = $fieldNameOrderArray[1] ?? '';
return [$fieldName, $order];
},
(3-3/3)