mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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 "</head>\n";
|
||||||
echo "<body".(strlen($bodyClass)>0 ? " class=\"".$bodyClass."\"" : "").">\n";
|
echo "<body".(strlen($bodyClass)>0 ? " class=\"".$bodyClass."\"" : "").">\n";
|
||||||
if($flashmsg = $this->params['session']->getFlashMsg()) {
|
if($flashmsg = $this->params['session']->getFlashMsg()) {
|
||||||
|
$this->params['session']->clearFlashMsg();
|
||||||
?>
|
?>
|
||||||
<script>
|
<script>
|
||||||
noty({
|
noty({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user