X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=fdb12d6cc5a6d0300aabe03671fad0759f69499e;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=6ecc819240ff67d817f27dc9ee91c7aa540d61ec;hpb=acaee626f5f23f4c1dc19c31896a0797a251b58f;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 6ecc819240..fdb12d6cc5 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -17,13 +17,7 @@ function notes_init(App $a) return; } - $profile = 0; - - $which = $a->user['nickname']; - Nav::setSelected('home'); - - //Profile::load($a, $which, $profile); }