Index: openacs-4/packages/survey/www/admin/description-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/description-edit.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/survey/www/admin/description-edit.tcl 27 Oct 2014 16:41:56 -0000 1.7 +++ openacs-4/packages/survey/www/admin/description-edit.tcl 27 Jun 2015 20:46:15 -0000 1.8 @@ -47,10 +47,10 @@ } db_dml survey_update_description "" - ad_returnredirect "one?[export_vars -url {survey_id}]" + ad_returnredirect [export_vars -base one {survey_id}] ad_script_abort } -set context [list [list "one?[export_vars -url {survey_id}]" $survey_info(name)] "[_ survey.Edit_Description]"] +set context [list [list [export_vars -base one {survey_id}] $survey_info(name)] "[_ survey.Edit_Description]"] ad_return_template