Skip to content

Commit

Permalink
MDL-6628 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-nielsen committed Sep 24, 2006
1 parent 38c1666 commit c630b0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/lesson/lib.php
Expand Up @@ -165,7 +165,6 @@ function lesson_update_instance($lesson) {
if ($lesson->lessondefault) { if ($lesson->lessondefault) {
$default = new stdClass; $default = new stdClass;
$default = clone($lesson); $default = clone($lesson);
$default = $lesson;
unset($default->lessondefault); unset($default->lessondefault);
unset($default->name); unset($default->name);
unset($default->timemodified); unset($default->timemodified);
Expand Down

0 comments on commit c630b0b

Please sign in to comment.