Skip to content
Snippets Groups Projects
Commit 658b6565 authored by Christian Wach's avatar Christian Wach :soccer:
Browse files

Convert to spaces to tabs

parent 6e67f36e
No related branches found
No related tags found
No related merge requests found
......@@ -197,8 +197,8 @@ class CFAFA_Form_Action_Redirect extends CFAFA_Form_Action_Base {
$data = [];
// Get the Action variables.
$url = get_sub_field( $this->field_key . 'redirect_url' );
$url = acfe_form_map_field_value( $url, $current_post_id, $form );
$url = get_sub_field( $this->field_key . 'redirect_url' );
$url = acfe_form_map_field_value( $url, $current_post_id, $form );
/**
* Filter the Redirect URL.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment