Skip to content

Commit

Permalink
Fixed error message that created a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed May 6, 2005
1 parent 15f3e35 commit 47d726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/edit.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
} else { } else {
// no quiz or course was specified so we need to use the stored modform // no quiz or course was specified so we need to use the stored modform
if (!isset($SESSION->modform)) { if (!isset($SESSION->modform)) {
error(get_string('wronguse', 'quiz'), '../../course/view.php?id='.$course->id); error(get_string('wronguse', 'quiz'));
} }
$modform = $SESSION->modform; $modform = $SESSION->modform;
} }
Expand Down

0 comments on commit 47d726e

Please sign in to comment.