]> git.mxchange.org Git - friendica.git/commitdiff
Merge develop into 20171122_-_port_tagcloud
authorrabuzarus <rabuzarus@t-online.de>
Sat, 25 Nov 2017 22:41:20 +0000 (23:41 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Sat, 25 Nov 2017 22:41:20 +0000 (23:41 +0100)
Conflicts:
include/features.php

1  2 
include/features.php

index 340394ecea36f275860877378e9c01ed74593886,ade93a18e3e4883fcf9996cc341af68566b6e923..f199357315034b4b84b09d3b03a86cf03507a8d6
@@@ -113,8 -113,7 +113,8 @@@ function get_features($filtered = true
                // Advanced Profile Settings
                'advanced_profile' => array(
                        t('Advanced Profile Settings'),
-                       array('forumlist_profile', t('List Forums'),                    t('Show visitors public community forums at the Advanced Profile Page'), false, Config::get('feature_lock','forumlist_profile')),
+                       array('forumlist_profile', t('List Forums'),                    t('Show visitors public community forums at the Advanced Profile Page'), false, Config::get('feature_lock','forumlist_profile', false)),
 +                      array('tagadelic',      t('Tag Cloud'),                         t('Provide a personal tag cloud on your profile page'), false, Config::get('feature_lock', 'tagadelic')),
                ),
        );