]> git.mxchange.org Git - friendica.git/blobdiff - include/contact_widgets.php
Rename to singular
[friendica.git] / include / contact_widgets.php
index af63de7672f3ec54dc1784cd588d3caee3531443..0c5244579e688d6918460e58424a365456c3f0c2 100644 (file)
@@ -108,7 +108,7 @@ function networks_widget($baseurl, $selected = '') {
                return '';
        }
 
-       if (!Features::isEnabled(local_user(), 'networks')) {
+       if (!Feature::isEnabled(local_user(), 'networks')) {
                return '';
        }
 
@@ -147,7 +147,7 @@ function fileas_widget($baseurl, $selected = '') {
                return '';
        }
 
-       if (! Features::isEnabled(local_user(), 'filing')) {
+       if (! Feature::isEnabled(local_user(), 'filing')) {
                return '';
        }
 
@@ -181,7 +181,7 @@ function categories_widget($baseurl, $selected = '') {
 
        $a = get_app();
 
-       if (! Features::isEnabled($a->profile['profile_uid'], 'categories')) {
+       if (! Feature::isEnabled($a->profile['profile_uid'], 'categories')) {
                return '';
        }