aboutsummaryrefslogtreecommitdiffstats
path: root/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'profile.php')
-rw-r--r--profile.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/profile.php b/profile.php
index 730404470..e873b9866 100644
--- a/profile.php
+++ b/profile.php
@@ -364,7 +364,6 @@ if ( $conf['authorize_cookies'] )
$vtp->closeSession( $handle, 'cookie' );
}
//----------------------------------------------------------- html code display
-$code = $vtp->Display( $handle, 0 );
-echo $code;
+$output.= $vtp->Display( $handle, 0 );
include('include/page_tail.php');
-?> \ No newline at end of file
+?>