| @@ -53,9 +53,9 @@ | ||
| 53 | 53 | * @return void |
| 54 | 54 | */ |
| 55 | 55 | public static function dismiss_message() { |
| 56 | 56 | check_ajax_referer( 'frm_ajax', 'nonce' ); |
| 57 | - FrmAppHelper::permission_check( 'frm_view_forms' ); | |
| 57 | + FrmAppHelper::permission_check( 'frm_change_settings' ); | |
| 58 | 58 | |
| 59 | 59 | $key = FrmAppHelper::get_param( 'key', '', 'post', 'sanitize_text_field' ); |
| 60 | 60 | if ( ! empty( $key ) ) { |
| 61 | 61 | $message = new FrmInbox(); |