From 7eee227698a1b7bbc97129e4dd414307fa51642d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 27 Nov 2017 19:20:43 +0100 Subject: [PATCH] missing false for the tagcloud settings --- include/features.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/features.php b/include/features.php index fcd2148b41..e03dc4a5be 100644 --- a/include/features.php +++ b/include/features.php @@ -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)), ), );