修正配置初始化时一处变量类型错误的问题

This commit is contained in:
sunxiyuan 2020-03-12 18:51:22 +08:00
parent 52ebe726e3
commit 296b899a98

View file

@ -46,7 +46,7 @@ class WP_CHINA_YES {
public static function wp_china_yes_activate() {
$options = array();
$options['community'] = 0;
$options['community'] = '0';
$options['custom_api_server'] = '';
$options['custom_download_server'] = '';
$options['api_server'] = 'api.w.org.ibadboy.net';