Fixing typo

skala
Julio Montoya 12 years ago
parent 7b65844a1c
commit 29d5312491
  1. 3
      main/survey/generate_link.php

@ -11,9 +11,10 @@ if (!api_is_allowed_to_edit(false, true)) {
$survey_id = isset($_REQUEST['survey_id']) ? intval($_REQUEST['survey_id']) : null;
if (empty($suvrey_id)) {
if (empty($survey_id)) {
api_not_allowed(true);
}
$survey_data = survey_manager::get_survey($survey_id);
$interbreadcrumb[] = array('url' => 'survey_list.php', 'name' => get_lang('SurveyList'));

Loading…
Cancel
Save