Rebuild configurations after a setting is changed, fixes #535

This commit is contained in:
Florian Aders (EleRas) 2011-01-04 11:39:04 +00:00
parent 57ec429776
commit 02a4fd4e1d

View File

@ -75,6 +75,10 @@ if(($page == 'settings' || $page == 'overview')
$only_enabledisable
)
) {
$log->logAction(ADM_ACTION, LOG_INFO, "rebuild configfiles due to changed setting");
inserttask('1');
inserttask('4');
inserttask('5');
standard_success('settingssaved', '', array('filename' => $filename, 'action' => $action, 'page' => $page));
}
}
@ -214,4 +218,4 @@ elseif($page == 'enforcequotas'
{
ask_yesno('admin_quotas_reallyenforce', $filename, array('page' => $page));
}
}
}