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 9f0339e commit ed4f50bCopy full SHA for ed4f50b
install/lib/installer_base.lib.php
@@ -271,7 +271,7 @@ public function check_mysql_version() {
271
272
$rec = $this->db->queryOneRecord('SELECT VERSION() as mysql_version');
273
if(is_array($rec)) {
274
- $version = $rec['mysql_version']
+ $version = $rec['mysql_version'];
275
} else {
276
die("Unable to get MySQL version\n");
277
}
0 commit comments