forumlist: use a more unique identifier

This commit is contained in:
rabuzarus 2015-11-11 01:29:31 +01:00
parent a67710bc7c
commit dac6f39f41
3 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ function get_forumlist($uid, $showhidden = true, $lastitem, $showprivate = false
*/
function widget_forumlist($a) {
if(! intval(feature_enabled(local_user(),'forumlist')))
if(! intval(feature_enabled(local_user(),'forumlist_widget')))
return;
$o = '';