Notice when creating one forum... MDL-7063
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ function forum_add_instance($forum) {
|
||||
|
||||
$forum->timemodified = time();
|
||||
|
||||
if (!$forum->assessed) {
|
||||
if (!isset($forum->assessed)) {
|
||||
$forum->assessed = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user