mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-06 21:53:56 +08:00
修正配置初始化时一处变量类型错误的问题
This commit is contained in:
parent
52ebe726e3
commit
296b899a98
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue