X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4065042cd5d4e57afab40cfcf2074a6b4c7fd9c7..066fbb38f:/SL/Helper/Flash.pm?ds=inline diff --git a/SL/Helper/Flash.pm b/SL/Helper/Flash.pm index e599f6e6e..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'), @_))->save_session(); + $::auth->set_session_value({ key => "FLASH", value => _store_flash($::auth->get_session_value('FLASH'), @_), auto_restore => 1 }); } sub render_flash { @@ -45,7 +45,7 @@ __END__ =head1 NAME -SL::Helpers::Flash - helper functions for storing messages to be +SL::Helper::Flash - helper functions for storing messages to be displayed to the user =head1 SYNOPSIS