]> git.mxchange.org Git - friendica.git/blobdiff - include/contact_widgets.php
Features to src
[friendica.git] / include / contact_widgets.php
index 5108eaf72390b9fec662031590ec0fba3e78e6da..af63de7672f3ec54dc1784cd588d3caee3531443 100644 (file)
@@ -1,5 +1,8 @@
 <?php
-
+/**
+ * @file include/contact_widgets.php
+ */
+use Friendica\Content\Features;
 use Friendica\Core\System;
 use Friendica\Core\Config;
 use Friendica\Core\PConfig;
@@ -105,7 +108,7 @@ function networks_widget($baseurl, $selected = '') {
                return '';
        }
 
-       if (!feature_enabled(local_user(), 'networks')) {
+       if (!Features::isEnabled(local_user(), 'networks')) {
                return '';
        }
 
@@ -144,7 +147,7 @@ function fileas_widget($baseurl, $selected = '') {
                return '';
        }
 
-       if (! feature_enabled(local_user(), 'filing')) {
+       if (! Features::isEnabled(local_user(), 'filing')) {
                return '';
        }
 
@@ -178,7 +181,7 @@ function categories_widget($baseurl, $selected = '') {
 
        $a = get_app();
 
-       if (! feature_enabled($a->profile['profile_uid'], 'categories')) {
+       if (! Features::isEnabled($a->profile['profile_uid'], 'categories')) {
                return '';
        }