X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4065042cd5d4e57afab40cfcf2074a6b4c7fd9c7..da99c7bcf4a8ec82d9bc1d0c75aaba6ba4cd69ea:/SL/Helper/Flash.pm diff --git a/SL/Helper/Flash.pm b/SL/Helper/Flash.pm index e599f6e6e..876de9644 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(FLASH => _store_flash($::auth->get_session_value('FLASH'), @_)); } 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