diff options
author | friendica <info@friendica.com> | 2012-11-04 15:52:58 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-04 15:52:58 +1100 |
commit | d72bad4efa1fdf4b02c65d22c141e3cac338653a (patch) | |
tree | d664454f6451fa9c7e1cc4a6e9fcde1cb87f33ef /include/contact_widgets.php | |
parent | 9d0f94bb732f795f198b13061f28d24b3095891f (diff) | |
download | volse-hubzilla-d72bad4efa1fdf4b02c65d22c141e3cac338653a.tar.gz volse-hubzilla-d72bad4efa1fdf4b02c65d22c141e3cac338653a.tar.bz2 volse-hubzilla-d72bad4efa1fdf4b02c65d22c141e3cac338653a.zip |
typo
Diffstat (limited to 'include/contact_widgets.php')
-rw-r--r-- | include/contact_widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 13c7c52c8..e0c9ca0e8 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -105,7 +105,7 @@ function fileas_widget($baseurl,$selected = '') { function categories_widget($baseurl,$selected = '') { - if(! featured_enabled($a->profile['profile_uid'],'categories')) + if(! feature_enabled($a->profile['profile_uid'],'categories')) return ''; $a = get_app(); |