Plugin Directory

Changeset 2703015


Ignore:
Timestamp:
04/01/2022 12:35:51 AM (4 years ago)
Author:
yuyaoit
Message:

fixed bug

Location:
eychat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • eychat/trunk/assets/chat.php

    r2703007 r2703015  
    223223
    224224EY_Chat.comm = {};
    225 //EY_Chat.comm.socket = '<?php _e($cfg['socket']); ?>';
    226225EY_Chat.comm.socket = '<?php _e($setting['socket']); ?>';
    227226EY_Chat.comm.v = "<?php _e($check);?>";
  • eychat/trunk/classes/admin.class.php

    r2703007 r2703015  
    397397   
    398398    private static function setInstallSql(){
     399        require_once(ABSPATH . 'wp-admin/includes/upgrade.php');   
    399400        global $wpdb;
    400401        $prefix = $wpdb->prefix.self::$name;
Note: See TracChangeset for help on using the changeset viewer.