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

agentrickard’s picture

Status: Needs review » Reviewed & tested by the community

Nice catch, thanks.

agentrickard’s picture

Status: Reviewed & tested by the community » Closed (fixed)

committed to HEAD