mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Fixed a typo causing the topic section to keep appearing
This commit is contained in:
parent
2dffafbb0b
commit
cb57161547
@ -26,7 +26,7 @@
|
||||
if (count($err) == 0) {
|
||||
|
||||
set_config("frontpage", $form->frontpage);
|
||||
if ($form->frontpage = FRONTPAGETOPICONLY) {
|
||||
if ($form->frontpage == FRONTPAGETOPICONLY) {
|
||||
$form->numsections = 1; // Force the topic display for this format
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user