|
@@ -100,7 +100,7 @@ if ($_GET['action'] == 'edit' && isset($survey_id) && is_numeric($survey_id)) {
|
|
|
$form = new FormValidator(
|
|
|
'survey',
|
|
|
'post',
|
|
|
- api_get_self().'?action='.Security::remove_XSS($_GET['action']).'&survey_id='.$survey_id
|
|
|
+ api_get_self().'?action='.Security::remove_XSS($_GET['action']).'&survey_id='.$survey_id. '&' . api_get_cidreq()
|
|
|
);
|
|
|
|
|
|
$form->addElement('header', $tool_name);
|