]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15452 - "Fix regressions introduced by my recent work on this bug and its childre...
authorjamiesensei <jamiesensei>
Mon, 21 Jul 2008 12:14:32 +0000 (12:14 +0000)
committerjamiesensei <jamiesensei>
Mon, 21 Jul 2008 12:14:32 +0000 (12:14 +0000)
mod/quiz/tabs.php

index 56a7dff896c622a3843c183d874708918d811808..82987baa78bdfedc0a6f96122c67482c0dda0e02 100644 (file)
@@ -39,7 +39,7 @@ if (has_capability('mod/quiz:viewreports', $context)) {
     $row[] = new tabobject('reports', "$CFG->wwwroot/mod/quiz/report.php?q=$quiz->id", get_string('results', 'quiz'));
 }
 if (has_capability('mod/quiz:preview', $context)) {
-    $row[] = new tabobject('preview', "$CFG->wwwroot/mod/quiz/startattempt.php?cmid=$cm->id&sesskey=" . sesskey(), get_string('preview', 'quiz'));
+    $row[] = new tabobject('preview', "$CFG->wwwroot/mod/quiz/startattempt.php?cmid=$cm->id&amp;sesskey=" . sesskey(), get_string('preview', 'quiz'));
 }
 if (has_capability('mod/quiz:manage', $context)) {
     $row[] = new tabobject('edit', "$CFG->wwwroot/mod/quiz/edit.php?cmid=$cm->id", get_string('edit'));