One space more

This commit is contained in:
Michael 2017-11-08 13:08:26 +00:00
parent 76caf7a9cf
commit 063358301f
1 changed files with 1 additions and 1 deletions

View File

@ -2273,7 +2273,7 @@ function admin_page_features(App $a) {
$arr[$fname][0] = $fdata[0];
foreach (array_slice($fdata,1) as $f) {
$set = Config::get('feature',$f[0], $f[3]);
$set = Config::get('feature', $f[0], $f[3]);
$arr[$fname][1][] = array(
array('feature_' .$f[0],$f[1],$set,$f[2],array(t('Off'), t('On'))),
array('featurelock_' .$f[0],sprintf(t('Lock feature %s'),$f[1]),(($f[4] !== false) ? "1" : ''),'',array(t('Off'), t('On')))