X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=fdb12d6cc5a6d0300aabe03671fad0759f69499e;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=90afa16ca537db09b91ff69759803eace473a952;hpb=f6c3974c8f5c4038f234ba5c4c2189e6841c4554;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 90afa16ca5..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); } @@ -34,8 +28,6 @@ function notes_content(App $a, $update = false) return; } - require_once 'include/conversation.php'; - $o = Profile::getTabs($a, true); if (!$update) {