Plugin Directory


Ignore:
Timestamp:
08/25/2020 08:14:13 PM (5 years ago)
Author:
alerzhus
Message:

Version 1.13.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • forminator/trunk/library/class-export.php

    r2271488 r2368977  
    156156        if ( isset( $post_data['action'] ) && 'forminator_export_entries' === $post_data['action'] ) {
    157157
    158             if ( isset( $_POST['_forminator_nonce'] ) && ! wp_verify_nonce( $_POST['_forminator_nonce'], 'forminator_export' ) ) {
     158            if ( ! isset( $_POST['_forminator_nonce'] ) || ! wp_verify_nonce( $_POST['_forminator_nonce'], 'forminator_export' ) ) {
     159
    159160                $redirect = add_query_arg(
    160161                    array(
Note: See TracChangeset for help on using the changeset viewer.