]> git.mxchange.org Git - friendica.git/blobdiff - mod/noscrape.php
Bugfix: The function to remove parts of attachments forgot about the rest
[friendica.git] / mod / noscrape.php
index 1f7105b7690f7d1414f76345726f2dea02211729..4be1a740cd87b6eaaa4d135c256ad6b11d77bb80 100644 (file)
@@ -28,7 +28,7 @@ function noscrape_init(&$a) {
        $json_info = array(
                'fn' => $a->profile['name'],
                'addr' => $a->profile['addr'],
-               'nick' => $a->user['nickname'],
+               'nick' => $which,
                'key' => $a->profile['pubkey'],
                'homepage' => $a->get_baseurl()."/profile/{$which}",
                'comm' => (x($a->profile,'page-flags')) && ($a->profile['page-flags'] == PAGE_COMMUNITY),