Plugin Directory

Changeset 3087583


Ignore:
Timestamp:
05/16/2024 09:25:00 AM (23 months ago)
Author:
xtoool
Message:

fix bug

Location:
xtoool-ads-box/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xtoool-ads-box/trunk/lib/AdsbxAdmin.php

    r3085402 r3087583  
    285285            $res = $this->obj->db->update($pre . 'xtl_custom_ads', $data, ['id' => $id]);
    286286        }else{
    287             $data['code'] = $code;
     287            $data['code'] = $code2;
    288288            $data['shotcode'] = $shotcode;
    289289            $data['added_by'] = $user_id;
  • xtoool-ads-box/trunk/xtoool-ads-box.php

    r3085402 r3087583  
    4040    private static $instance = null;
    4141    public $db;
    42     const XTPLB_VERSION = '1.0.10';
     42    const XTPLB_VERSION = '1.0.11';
    4343    public $AdsbxAdmin_obj = null;
    4444
Note: See TracChangeset for help on using the changeset viewer.