aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-04 15:52:58 +1100
committerfriendica <info@friendica.com>2012-11-04 15:52:58 +1100
commitd72bad4efa1fdf4b02c65d22c141e3cac338653a (patch)
treed664454f6451fa9c7e1cc4a6e9fcde1cb87f33ef
parent9d0f94bb732f795f198b13061f28d24b3095891f (diff)
downloadvolse-hubzilla-d72bad4efa1fdf4b02c65d22c141e3cac338653a.tar.gz
volse-hubzilla-d72bad4efa1fdf4b02c65d22c141e3cac338653a.tar.bz2
volse-hubzilla-d72bad4efa1fdf4b02c65d22c141e3cac338653a.zip
typo
-rw-r--r--include/contact_widgets.php2
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();