aboutsummaryrefslogtreecommitdiffstats
path: root/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'profile.php')
-rw-r--r--profile.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.php b/profile.php
index 6dff2ce69..259b0e382 100644
--- a/profile.php
+++ b/profile.php
@@ -85,6 +85,7 @@ SELECT '.implode(',', $fields).'
include(PHPWG_ROOT_PATH.'include/page_header.php');
trigger_action('loc_end_profile');
+ include(PHPWG_ROOT_PATH.'include/page_messages.php');
$template->pparse('profile');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
}