]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
BBCode - fixed syntax error
[friendica.git] / mod / notes.php
index 6ecc819240ff67d817f27dc9ee91c7aa540d61ec..fdb12d6cc5a6d0300aabe03671fad0759f69499e 100644 (file)
@@ -17,13 +17,7 @@ function notes_init(App $a)
                return;
        }
 
-       $profile = 0;
-
-       $which = $a->user['nickname'];
-
        Nav::setSelected('home');
-
-       //Profile::load($a, $which, $profile);
 }