We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b7fa4 commit d3745ecCopy full SHA for d3745ec
lib/internal/Magento/Framework/Lock/Backend/Database.php
@@ -162,7 +162,7 @@ private function addPrefix(string $name): string
162
*/
163
private function getPrefix(): string
164
{
165
- if ($this->prefix === null) {
+ if ($this->prefix === null || $this->prefix === '') {
166
$this->prefix = (string)$this->deploymentConfig->get(
167
ConfigOptionsListConstants::CONFIG_PATH_DB_CONNECTION_DEFAULT
168
. '/'
0 commit comments