Missed one nested set|

8.0.x
Greg Dunlap 2011-12-08 13:13:54 +01:00
parent 28f6cf13bf
commit a75b5b486b
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ function block_form_system_performance_settings_alter(&$form, &$form_state) {
*/
function block_system_performance_settings_submit($form, &$form_state) {
$config = config('block.performance');
$config->set('caching.block_cache', $form_state['values']['block_cache']);
$config->set('block_cache', $form_state['values']['block_cache']);
$config->save();
}