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.
2 parents dbfbba7 + bb41e4e commit 52b7de6Copy full SHA for 52b7de6
install/lib/update.lib.php
@@ -124,7 +124,7 @@ function updateDbAndIni() {
124
global $inst, $conf;
125
126
//* ensure no modes with errors for ENGINE=MyISAM
127
- $this->db->query("SET sql_mode = ''");
+ $inst->db->query("SET sql_mode = ''");
128
129
//* Update $conf array with values from the server.ini that shall be preserved
130
$tmp = $inst->db->queryOneRecord("SELECT * FROM ?? WHERE server_id = ?", $conf["mysql"]["database"] . '.server', $conf['server_id']);
0 commit comments