]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14709 fix call view.pgp => view.php, merged from 19
authorjerome <jerome>
Wed, 21 May 2008 04:02:53 +0000 (04:02 +0000)
committerjerome <jerome>
Wed, 21 May 2008 04:02:53 +0000 (04:02 +0000)
mod/survey/lib.php

index d3b525842b0972fb81c826d5faf82d7a77145148..d788b00c2e3a8fb5c4925e8cbab3eeaffab94cfe 100644 (file)
@@ -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);
     }