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 a8b8c8d commit 493c188Copy full SHA for 493c188
MysqliDb.php
@@ -188,7 +188,7 @@ public function connect()
188
or die('There was a problem connecting to the database');
189
190
if ($this->charset)
191
- $this->mysqli()->set_charset ($this->charset);
+ $this->_mysqli->set_charset ($this->charset);
192
}
193
194
/**
@@ -1098,7 +1098,7 @@ public function __destruct()
1098
if (!$this->isSubQuery)
1099
return;
1100
if ($this->_mysqli)
1101
- $this->mysqli()->close();
+ $this->_mysqli->close();
1102
1103
1104
0 commit comments