heavy lifting converting item flag bits
This commit is contained in:
@@ -391,7 +391,7 @@ function widget_tagcloud_wall($arr) {
|
||||
|
||||
$limit = ((array_key_exists('limit', $arr)) ? intval($arr['limit']) : 50);
|
||||
if(feature_enabled($a->profile['profile_uid'], 'tagadelic'))
|
||||
return wtagblock($a->profile['profile_uid'], $limit, $a->profile['channel_hash'], ITEM_WALL);
|
||||
return wtagblock($a->profile['profile_uid'], $limit, $a->profile['channel_hash'], 'wall');
|
||||
|
||||
return '';
|
||||
}
|
||||
@@ -406,7 +406,7 @@ function widget_catcloud_wall($arr) {
|
||||
|
||||
$limit = ((array_key_exists('limit',$arr)) ? intval($arr['limit']) : 50);
|
||||
|
||||
return catblock($a->profile['profile_uid'], $limit, $a->profile['channel_hash'], ITEM_WALL);
|
||||
return catblock($a->profile['profile_uid'], $limit, $a->profile['channel_hash'], 'wall');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user