]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
beautification of pleroma stats
[friendica.git] / mod / notes.php
index 90afa16ca537db09b91ff69759803eace473a952..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);
 }
 
 
@@ -34,8 +28,6 @@ function notes_content(App $a, $update = false)
                return;
        }
 
-       require_once 'include/conversation.php';
-
        $o = Profile::getTabs($a, true);
 
        if (!$update) {