From 294dc27e17d0bcb04661ac7526aec390c3ff6345 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 22 Dec 2010 17:27:14 -0800 Subject: [PATCH] double profile image on friend requests --- mod/dfrn_request.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 6cefdd28e6..93ef4097b8 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -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.