diff --git a/object-cache.php b/object-cache.php index c8a2fdf..e84beef 100644 --- a/object-cache.php +++ b/object-cache.php @@ -1545,7 +1545,7 @@ public function __construct() { } } - $this->global_prefix = ( $this->multisite || defined( 'CUSTOM_USER_TABLE' ) && defined( 'CUSTOM_USER_META_TABLE' ) ) ? '' : $table_prefix; + $this->global_prefix = ( $this->multisite || ( defined( 'CUSTOM_USER_TABLE' ) && defined( 'CUSTOM_USER_META_TABLE' ) ) ) ? '' : $table_prefix; // @todo This should be moved to the PHP4 style constructor, PHP5 register_shutdown_function( [ $this, '__destruct' ] );