X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=73c1507e3e044d8ea62538192104eafdc9d1cd0f;hb=dc2e7a66b3cf9401afbc4cf425fc5a37c66d2d74;hp=b96092495607996af5a2172b25b5dc4b0d68df36;hpb=8cca849c2e9694ba9bab2e0a6173cd4f5aa2cbdc;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); }