# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: moodle/mod/survey/lib.php --- moodle/mod/survey/lib.php Base (1.63.2.4) +++ moodle/mod/survey/lib.php Locally Modified (Based On 1.63.2.4) @@ -179,7 +179,7 @@ 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); }