X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FHelper%2FFlash.pm;h=876de964436d86f759f16292114371c1cc1965da;hb=c4d0fd51427befedf4070911143a113c7307a0ff;hp=e599f6e6e99e71b19f02429c2966021473eb4238;hpb=4065042cd5d4e57afab40cfcf2074a6b4c7fd9c7;p=kivitendo-erp.git 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