Plugin Directory

Changeset 2179170


Ignore:
Timestamp:
10/24/2019 10:03:41 AM (6 years ago)
Author:
marcusraket.nu
Message:

Single site debugMode error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • metapic/trunk/classes/WP_MTPC_Settings.php

    r2179167 r2179170  
    133133                } else {
    134134                    update_option( 'mtpc_deeplink_auto_default',
    135                         (bool) $_POST['mtpc_deeplink_auto_default'] );
     135                        @$_POST['mtpc_deeplink_auto_default'] );
    136136                   
    137137                    update_option( 'mtpc_commercial_interest_message',
    138                         (bool) $_POST['mtpc_commercial_interest_message'] );
     138                        @$_POST['mtpc_commercial_interest_message'] );
    139139                   
    140140                    if ( $is_debug ) {
Note: See TracChangeset for help on using the changeset viewer.