mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Merge remote-tracking branch 'remotes/origin/thang' into bogdan01
This commit is contained in:
commit
6467036af9
5 changed files with 148 additions and 43 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue