Loading core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ public function push(string $name = ''): Transaction { } // Define an unique id for the transaction. $id = uniqid(); $id = uniqid('', TRUE); // Add an item on the stack, increasing its depth. $this->addStackItem($id, new StackItem($name, $type)); Loading Loading
core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ public function push(string $name = ''): Transaction { } // Define an unique id for the transaction. $id = uniqid(); $id = uniqid('', TRUE); // Add an item on the stack, increasing its depth. $this->addStackItem($id, new StackItem($name, $type)); Loading