mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
clear flash msg after showing it
This commit is contained in:
parent
b4cdef804e
commit
1c390021e5
|
@ -55,6 +55,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
|
|||
echo "</head>\n";
|
||||
echo "<body".(strlen($bodyClass)>0 ? " class=\"".$bodyClass."\"" : "").">\n";
|
||||
if($flashmsg = $this->params['session']->getFlashMsg()) {
|
||||
$this->params['session']->clearFlashMsg();
|
||||
?>
|
||||
<script>
|
||||
noty({
|
||||
|
|
Loading…
Reference in New Issue
Block a user