Merge pull request #2990 from phil-davis/colmn

This commit is contained in:
Chris Buechler 2016-06-01 13:55:35 -05:00
commit 00bdbab70f
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ if (isset($config['system']['webgui']['webguicss'])) {
}
}
// set default colmns to two if unset
// set default columns to two if unset
if (!isset($config['system']['webgui']['dashboardcolumns'])) {
$config['system']['webgui']['dashboardcolumns'] = 2;
}

View File

@ -75,7 +75,7 @@ list($pconfig['dns1'], $pconfig['dns2'], $pconfig['dns3'], $pconfig['dns4']) = $
$arr_gateways = return_gateways_array();
// set default colmns to two if unset
// set default columns to two if unset
if (!isset($config['system']['webgui']['dashboardcolumns'])) {
$config['system']['webgui']['dashboardcolumns'] = 2;
}