10000 introducing lock file #3 · javanile/mysql-import@fdc45bf · GitHub
[go: up one dir, main page]

Skip to content

Commit fdc45bf

Browse files
introducing lock file #3
1 parent 46a9e8d commit fdc45bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatabaseAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function __construct($properties)
7777
}
7878

7979
// Set rootPassword using password as default
80-
if (is_null($this->rootPassword) && !is_null($this->password)) {
80+
if ($this->rootPassword === null && $this->password !== null) {
8181
$this->rootPassword = $this->password;
8282
}
8383

0 commit comments

Comments
 (0)
0