mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #533, add a "messages" box (blue colorscheme)
This commit is contained in:
@@ -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]))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user