Skip to content

Commit

Permalink
quiz settings: Revert some changes I committed by accident while comm…
Browse files Browse the repository at this point in the history
…iting the patch for MDL-21780.
  • Loading branch information
timhunt committed May 11, 2010
1 parent c489359 commit 175a3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/editlib.php
Expand Up @@ -394,7 +394,7 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete = true,

$pageopen = false;

$returnurl = $pageurl->out($returnurl);
$returnurl = $pageurl->out();
$questiontotalcount = count($order);

foreach ($order as $i => $qnum) {
Expand Down

0 comments on commit 175a3fd

Please sign in to comment.