Skip to content

Commit

Permalink
Fixed issue #15655: Cannot set SMTP/bounce password containing certai…
Browse files Browse the repository at this point in the history
…n characters
  • Loading branch information
c-schmitz committed Jan 13, 2021
1 parent e811a85 commit 9dc6166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/admin/tokens.php
Expand Up @@ -2435,7 +2435,6 @@ public function bouncesettings($iSurveyId)
if (Yii::app()->request->getPost('bounceaccountpass')!='somepassword'){
$fieldvalue['bounceaccountpass'] = Yii::app()->request->getPost('bounceaccountpass');
}
$fieldvalue['bounceaccountpass'] = Yii::app()->request->getPost('bounceaccountpass');
$fieldvalue['bounceaccounttype'] = Yii::app()->request->getPost('bounceaccounttype');
$fieldvalue['bounceaccounthost'] = Yii::app()->request->getPost('bounceaccounthost');
}
Expand Down

0 comments on commit 9dc6166

Please sign in to comment.