aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_messages.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/page_messages.php')
-rw-r--r--include/page_messages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/page_messages.php b/include/page_messages.php
index aea8d7afd..58cd5d0a0 100644
--- a/include/page_messages.php
+++ b/include/page_messages.php
@@ -24,7 +24,7 @@
// messages only if no redirection
if ($template->get_template_vars('page_refresh') === null)
{
- foreach (array('errors','infos') as $mode)
+ foreach (array('errors','infos','warnings') as $mode)
{
if (isset($_SESSION['page_'.$mode]))
{