Skip to content

Commit

Permalink
Dev: added missing surveyid to generate view variables based on surve…
Browse files Browse the repository at this point in the history
…y configuration
  • Loading branch information
ptelu committed Jan 25, 2024
1 parent 4c6d740 commit 504d364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/models/Survey.php
Expand Up @@ -2057,6 +2057,7 @@ public static function replacePolicyLink($dataSecurityNoticeLabel, $surveyId)
'/subviews/privacy/privacy_datasecurity_notice_label.twig',
[
'dataSecurityNoticeLabel' => $dataSecurityNoticeLabel,
'sid' => $surveyId,
]
);
}
Expand Down

0 comments on commit 504d364

Please sign in to comment.