aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.php b/about.php
index 44d546257..be6f4892f 100644
--- a/about.php
+++ b/about.php
@@ -57,7 +57,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('theAboutPage', $themeconf['
}
include(PHPWG_ROOT_PATH.'include/page_header.php');
-include(PHPWG_ROOT_PATH.'include/page_messages.php');
+flush_page_messages();
$template->pparse('about');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>