From: jerome Date: Wed, 21 May 2008 04:02:53 +0000 (+0000) Subject: MDL-14709 fix call view.pgp => view.php, merged from 19 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d5edb9614e43c87885c062dd291b3edf57b76921;p=moodle.git MDL-14709 fix call view.pgp => view.php, merged from 19 --- diff --git a/mod/survey/lib.php b/mod/survey/lib.php index d3b525842b..d788b00c2e 100644 --- a/mod/survey/lib.php +++ b/mod/survey/lib.php @@ -179,7 +179,7 @@ function survey_print_recent_activity($course, $viewfullnames, $timestart) { print_headline(get_string('newsurveyresponses', 'survey').':'); foreach ($surveys as $survey) { - $url = $CFG->wwwroot.'/mod/survey/view.pgp?id='.$survey->cmid; + $url = $CFG->wwwroot.'/mod/survey/view.php?id='.$survey->cmid; print_recent_activity_note($survey->time, $survey, $survey->name, $url, false, $viewfullnames); }