]> git.mxchange.org Git - friendica.git/commitdiff
One space more
authorMichael <heluecht@pirati.ca>
Wed, 8 Nov 2017 13:08:26 +0000 (13:08 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 8 Nov 2017 13:08:26 +0000 (13:08 +0000)
mod/admin.php

index 9ccba4e0f9e821c3731379aa35e957a162a7faae..005473070eb9ed7beb51299e8935735e80e99400 100644 (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')))