X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2a7f7f23f9bf349b0329ef7216037935686a1325..c954dea7c1b814d66b8c31d04fa70a1bbbcce71e:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 3407a202d..c9d5932ea 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -733,7 +733,7 @@ sub redirect { $self->info($msg); } else { - SL::Helper::Flash::flash_later('info', $msg); + SL::Helper::Flash::flash_later('info', $msg) if $msg; $self->_store_redirect_info_in_session; print $::form->redirect_header($self->{callback}); }