diff options
Diffstat (limited to 'notification.php')
-rw-r--r-- | notification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notification.php b/notification.php index 85bf9fd3f..830bf9875 100644 --- a/notification.php +++ b/notification.php @@ -115,7 +115,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('theNotificationPage', $them // +-----------------------------------------------------------------------+ include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_action('loc_end_notification'); -include(PHPWG_ROOT_PATH.'include/page_messages.php'); +flush_page_messages(); $template->pparse('notification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); |