]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
Rename to singular
[friendica.git] / include / nav.php
index 2de1a15606ee046e570c94cb509bf1766e5bee8b..60b8cb66c1510360ad69dcf12d1aeb1168baf423 100644 (file)
@@ -193,7 +193,7 @@ function nav_info(App $a)
 
                $nav['settings'] = array('settings', t('Settings'), '', t('Account settings'));
 
-               if (Features::isEnabled(local_user(), 'multi_profiles')) {
+               if (Feature::isEnabled(local_user(), 'multi_profiles')) {
                        $nav['profiles'] = array('profiles', t('Profiles'), '', t('Manage/Edit Profiles'));
                }