Skip to content

Commit

Permalink
Run thanks msg through translation in redirect plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Dec 31, 2016
1 parent 37f8027 commit 59651da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fabrik_form/redirect/redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function onLastProcess()
$this->data['save_and_next'] = $params->get('save_and_next', '0');
$this->data['save_in_session'] = $params->get('save_insession');
$this->data['jump_page'] = $w->parseMessageForPlaceHolder($params->get('jump_page'), $this->data);
$this->data['thanks_message'] = $w->parseMessageForPlaceHolder($params->get('thanks_message'), $this->data);
$this->data['thanks_message'] = $w->parseMessageForPlaceHolder(FText::_($params->get('thanks_message')), $this->data);

if (!$this->shouldRedirect($params))
{
Expand Down

0 comments on commit 59651da

Please sign in to comment.