X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=messages.php;h=187f083ff620592ce5e2373aa48f9315eb11fef1;hb=a11c234de210c655511de6e841eaf87d4787b3f5;hp=326ed1695ba8371fb6c5b288a6220aef2b9d7b2e;hpb=0829623c0e10d5cc83e12547387b5fa0abaf43e0;p=wfpl.git diff --git a/messages.php b/messages.php index 326ed16..187f083 100644 --- a/messages.php +++ b/messages.php @@ -74,6 +74,10 @@ function display_messages($template = 0) { $template = &$template->ref; } + if(function_exists('session_restore_messages')) { + session_restore_messages(); + } + if($GLOBALS['wfpl_messages']) { foreach($GLOBALS['wfpl_messages'] as $msg) { if($first) {