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 0ca071094..2f4f3311e 100644
--- a/profile.php
+++ b/profile.php
@@ -348,7 +348,7 @@ if (defined('IN_ADMIN') and IN_ADMIN)
else
{
$template->assign_block_vars('modify.profile',array());
- $template->pparse('profile_body');
+ $template->parse('profile_body');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
}
?>