From bbd63f0088fe3ee5ea491ac5da03d8b68b5b1a0b Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 4 Dec 2010 20:32:44 +0000 Subject: trunk admin theme goes with combine_script instead of old style known_script git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee --- profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.php') diff --git a/profile.php b/profile.php index 547fc8ba1..160b649fd 100644 --- a/profile.php +++ b/profile.php @@ -84,7 +84,7 @@ SELECT '.implode(',', $fields).' } $template->set_filename('profile', 'profile.tpl'); trigger_action('loc_end_profile'); - $template->parse('profile'); + $template->pparse('profile'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); } -- cgit v1.2.3