]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #3975 from tobiasd/20171127-tagcloud
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 27 Nov 2017 18:22:32 +0000 (13:22 -0500)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2017 18:22:32 +0000 (13:22 -0500)
missing false for the tagcloud settings

include/features.php

index fcd2148b4166108bc1b37dbf9811cf56a0788966..e03dc4a5be893fb047e0dd8df928c4c845247eec 100644 (file)
@@ -114,7 +114,7 @@ function get_features($filtered = true) {
                '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', false)),
-                       array('tagadelic',      t('Tag Cloud'),                         t('Provide a personal tag cloud on your profile page'), false, Config::get('feature_lock', 'tagadelic')),
+                       array('tagadelic',      t('Tag Cloud'),                         t('Provide a personal tag cloud on your profile page'), false, Config::get('feature_lock', 'tagadelic', false)),
                ),
        );