Skip to content

Commit ed4f50b

Browse files
committed
Fixed typo
1 parent 9f0339e commit ed4f50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function check_mysql_version() {
271271

272272
$rec = $this->db->queryOneRecord('SELECT VERSION() as mysql_version');
273273
if(is_array($rec)) {
274-
$version = $rec['mysql_version']
274+
$version = $rec['mysql_version'];
275275
} else {
276276
die("Unable to get MySQL version\n");
277277
}

0 commit comments

Comments
 (0)