Fixed a typo causing the topic section to keep appearing

This commit is contained in:
moodler 2005-04-24 04:27:38 +00:00
parent 2dffafbb0b
commit cb57161547

View File

@ -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
}