Comment 5 for bug 1132660

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/2264
Committed: http://gitorious.org/mahara/mahara/commit/a3b833a6fe625e4914d5e401ab457c239f61c74e
Submitter: Son Nguyen (<email address hidden>)
Branch: 1.7_STABLE

commit a3b833a6fe625e4914d5e401ab457c239f61c74e
Author: Robert Lyon <email address hidden>
Date: Mon May 27 10:08:32 2013 +1200

Fix for user profile page throws headdata error (Bug #1132660)

Problem was the $smarty instance created before forms were generated.
I moved the smarty instance call to after form generation and passed the
$smarty->assign calls to it then

Change-Id: I12705f06b22cee76cd84017e807ba2b0c5ef213e
Signed-off-by: Robert Lyon <email address hidden>