Closed (fixed)
Project:
MySite
Version:
5.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2007 at 13:06 UTC
Updated:
15 May 2007 at 00:45 UTC
When a user acces his/her personal site for the first (i.e. no entry in the mysite table), the page was displayed twice (two headers, contents and footer). To correct this bug I modified line 516 of mysite.module from:
$output .= theme('mysite_create_help', $owner);
to
$output = theme('mysite_create_help', $owner);
Comments
Comment #1
agentrickardNice catch, thanks.
Comment #2
agentrickardcommitted to HEAD