Skip to content

Commit 7e7ef8b

Browse files
committed
fix
1 parent c6fd28f commit 7e7ef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MysqliManager/Connection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(MysqliManager $manager, $name = MysqliManager::DEFAU
6262
$config->port
6363
);
6464
}
65-
foreach ($config['init'] as $sql) {
65+
foreach ($config->init as $sql) {
6666
$this->query($sql);
6767
}
6868
$this->select_db($config->dbname);

0 commit comments

Comments
 (0)