Fixes
This commit is contained in:
parent
fb64d50a0e
commit
5948fe2c79
1 changed files with 4 additions and 1 deletions
|
|
@ -561,8 +561,11 @@ class View {
|
|||
{
|
||||
if($_SESSION['flash_txt']!='')
|
||||
{
|
||||
$text=$_SESSION['flash_txt'];
|
||||
|
||||
return View::loadView(array($_SESSION['flash_txt']), 'flash');
|
||||
$_SESSION['flash_txt']='';
|
||||
|
||||
return View::loadView(array($text), 'common/utilities/flash');
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue