| @@ -44,12 +44,13 @@ | ||
| 44 | 44 | if ( |
| 45 | 45 | ! wp_verify_nonce( |
| 46 | 46 | $wpda_wpnonce, |
| 47 | 47 | WPDA_Simple_Form_Item_Autocomplete::AUTOCOMPLETE_NONCE_ACTION . |
| 48 | - $wpda_target_schema_name . | |
| 49 | - $wpda_target_table_name . | |
| 50 | - $wpda_target_column_name . | |
| 51 | - $wpda_source_column_name | |
| 48 | + $wpda_target_schema_name . '-' . | |
| 49 | + $wpda_target_table_name . '-' . | |
| 50 | + $wpda_target_column_name . '-' . | |
| 51 | + $wpda_source_column_name . '-' . | |
| 52 | + $wpda_lookup_label_column | |
| 52 | 53 | ) |
| 53 | 54 | ) { |
| 54 | 55 | $status = 'error'; |
| 55 | 56 | $message = __( 'Not authorized', 'wp-data-access' ); |