[FIX] Wrong settings variable

This commit is contained in:
Sebastian Grewe 2013-11-06 14:48:00 +01:00
parent dd1ef86b81
commit c264555405

View File

@ -127,7 +127,7 @@ $aSettings['statistics'][] = array(
'display' => 'Show block average', 'type' => 'select',
'options' => array( 0 => 'No', 1 => 'Yes' ),
'default' => 0,
'name' => 'statistics_show_block_average', 'value' => $setting->getValue('show_block_average'),
'name' => 'statistics_show_block_average', 'value' => $setting->getValue('statistics_show_block_average'),
'tooltip' => 'Show block average in block statistics page.'
);
$aSettings['statistics'][] = array(