]> git.mxchange.org Git - friendica.git/commitdiff
double profile image on friend requests
authorFriendika <info@friendika.com>
Thu, 23 Dec 2010 01:27:14 +0000 (17:27 -0800)
committerFriendika <info@friendika.com>
Thu, 23 Dec 2010 01:27:14 +0000 (17:27 -0800)
mod/dfrn_request.php

index 6cefdd28e60c3e844a47f2c3631b01fee3338a7c..93ef4097b838c57029c023de04d700b29552601b 100644 (file)
@@ -444,7 +444,6 @@ function dfrn_request_content(&$a) {
        if(($a->argc != 2) || (! count($a->profile)))
                return "";
 
-       $a->page['template'] = 'profile';
 
        // "Homecoming". Make sure we're logged in to this site as the correct user. Then offer a confirm button
        // to send us to the post section to record the introduction.