Merge remote-tracking branch 'remotes/origin/thang' into bogdan01

This commit is contained in:
thanghv 2020-03-27 20:03:41 +07:00
commit 6467036af9
5 changed files with 148 additions and 43 deletions

View file

@ -1164,7 +1164,7 @@ class MainWP_Child_Server_Information {
/** @var $wpdb wpdb */
global $wpdb;
return $wpdb->get_var( 'SHOW VARIABLES LIKE "version"', 1 );
return $wpdb->get_var( "SHOW VARIABLES LIKE 'version'", 1 );
}
protected static function getMaxInputTime() {