X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FHelper%2FFlash.pm;h=78a94e34f0aef463c5b1cedb4371a74cd39f24a1;hb=651e45595ce939cbfa0f9b349743b7f9f6a24e1e;hp=876de964436d86f759f16292114371c1cc1965da;hpb=57cf17b9ed978aad1931b6f9e2c4c86b635d9d27;p=kivitendo-erp.git diff --git a/SL/Helper/Flash.pm b/SL/Helper/Flash.pm index 876de9644..78a94e34f 100644 --- a/SL/Helper/Flash.pm +++ b/SL/Helper/Flash.pm @@ -16,7 +16,7 @@ sub flash { } sub flash_later { - $::auth->set_session_value(FLASH => _store_flash($::auth->get_session_value('FLASH'), @_)); + $::auth->set_session_value({ key => "FLASH", value => _store_flash($::auth->get_session_value('FLASH'), @_), auto_restore => 1 }); } sub render_flash {