mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
merged from stable
This commit is contained in:
parent
36f0d1acbb
commit
8c95e97fec
3 changed files with 24 additions and 18 deletions
|
@ -281,7 +281,7 @@
|
|||
|
||||
<?php if (!$CFG->quiz_fix_review) {
|
||||
echo '<tr valign="top">';
|
||||
include('reviewoptions.html');
|
||||
include($CFG->dirroot . '/mod/quiz/reviewoptions.html');
|
||||
echo '</tr>';
|
||||
} else $fix=1 ?>
|
||||
|
||||
|
@ -506,7 +506,7 @@
|
|||
|
||||
<?php if ($CFG->quiz_fix_review) {
|
||||
echo '<tr valign="top">';
|
||||
include('reviewoptions.html');
|
||||
include($CFG->dirroot . '/mod/quiz/reviewoptions.html');
|
||||
echo '</tr>';
|
||||
} ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue