Plugin Directory

Changeset 3083919

Timestamp:
05/09/2024 11:50:09 AM (3 months ago)
Author:
soportecibeles
Message:

fix: minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cibeles-ai/tags/1.9.5/options_buttons_default.php

    r3083915 r3083919  
    4848    $options['caip_enable_buttons']['faq'] = 'on';
    4949}
    50 if(!isset($options['caip_enable_buttons']['faq']) || $options['caip_enable_buttons']['audio'] == ''  ){
     50if(!isset($options['caip_enable_buttons']['']) || $options['caip_enable_buttons']['audio'] == ''  ){
    5151    $options['caip_enable_buttons']['audio'] = 'on';
    5252}
Note: See TracChangeset for help on using the changeset viewer.