Skip to content

Commit

Permalink
Notice when creating one forum... MDL-7063
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Oct 18, 2006
1 parent f697f01 commit 8a2bccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function forum_add_instance($forum) {

$forum->timemodified = time();

if (!$forum->assessed) {
if (!isset($forum->assessed)) {
$forum->assessed = 0;
}

Expand Down

0 comments on commit 8a2bccf

Please sign in to comment.