Use local representation of DB connection in NodaTimeAutotranslater
This commit is contained in:
parent
7a1dcbb14f
commit
cb2eff61a3
|
@ -706,7 +706,7 @@ final class NodaTimeAutotranslater {
|
|||
$this->_mysqli_noda = $mysqli_noda;
|
||||
$this->_znum = $znum;
|
||||
|
||||
$this->_insertStmt = $mysqli_noda->do_prepare("INSERT INTO `zeit_translation`
|
||||
$this->_insertStmt = $this->_mysqli_noda->do_prepare("INSERT INTO `zeit_translation`
|
||||
(`zeit_id`, `trans_language`, `trans_name`)
|
||||
VALUES
|
||||
(?, ?, ?)");
|
||||
|
|
Loading…
Reference in New Issue
Block a user