X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=73c1507e3e044d8ea62538192104eafdc9d1cd0f;hb=388847e1f371554f50613357de06cf4a6ec751c9;hp=b96092495607996af5a2172b25b5dc4b0d68df36;hpb=28f0e9a2de449232c6a1eb031f7ba056f9ae11eb;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index b960924956..73c1507e3e 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -9,6 +9,8 @@ function notes_init(&$a) { $which = $a->user['nickname']; + nav_set_selected('home'); + // profile_load($a,$which,$profile); }