]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Installed apps as array instead of string
[friendica.git] / mod / profiles.php
index 9b0a2970b5eb7cf47f00018d6a41fe47ce5013ec..5cc9fa38c4728e31c0473d339701dc9d68e1efb7 100644 (file)
@@ -220,7 +220,7 @@ function profiles_post(&$a) {
 function profiles_content(&$a) {
 
        $o = '';
-       $o .= set_nav_selected('nav-profiles-link');
+       nav_set_selected('profiles');
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);