X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/8b26489041e2e98153a4c286d3e40346f4e30a7b..cbd8a3949b9c91bf769791e8af8feaeb31f79ee7:/typo3/sysext/core/Tests/Functional/DataHandling/Framework/ActionService.php diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/Framework/ActionService.php b/typo3/sysext/core/Tests/Functional/DataHandling/Framework/ActionService.php index 2e016eb962e..264cd584018 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/Framework/ActionService.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/Framework/ActionService.php @@ -69,7 +69,7 @@ class ActionService { if (!isset($recordData['pid'])) { $recordData['pid'] = $pageId; } - $currentUid = uniqid('NEW'); + $currentUid = uniqid('NEW', TRUE); $newTableIds[$tableName][] = $currentUid; $dataMap[$tableName][$currentUid] = $recordData; if ($previousTableName !== NULL && $previousUid !== NULL) {