aboutsummaryrefslogtreecommitdiffstats
path: root/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'profile.php')
-rw-r--r--profile.php2
1 files changed, 1 insertions, 1 deletions
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');
}