fixes #533, add a "messages" box (blue colorscheme)

This commit is contained in:
plegall
2016-10-06 11:46:42 +02:00
parent 6a8e158206
commit 4e24768989
4 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -637,7 +637,7 @@ function flush_page_messages()
global $template, $page;
if ($template->get_template_vars('page_refresh') === null)
{
foreach (array('errors','infos','warnings') as $mode)
foreach (array('errors','infos','warnings', 'messages') as $mode)
{
if (isset($_SESSION['page_'.$mode]))
{