]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
"last-child" is not used anymore
[friendica.git] / mod / profiles.php
index f8d77e27d81fdc73a3d7703a6d160be4bc6bc76c..32ed24346fdd69d42721b69035c72fd379d3a3e6 100644 (file)
@@ -593,7 +593,6 @@ function profile_activity($changed, $value) {
        $arr['object'] .= '<link>' . xmlify('<link rel="alternate" type="text/html" href="' . $self[0]['url'] . '?tab=profile' . '" />' . "\n");
        $arr['object'] .= xmlify('<link rel="photo" type="image/jpeg" href="' . $self[0]['thumb'] . '" />' . "\n");
        $arr['object'] .= '</link></object>' . "\n";
-       $arr['last-child'] = 1;
 
        $arr['allow_cid'] = $a->user['allow_cid'];
        $arr['allow_gid'] = $a->user['allow_gid'];