X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6afd06adfeb66b481b7240637351a34a41e702d1..670f76a:/SL/Controller/Base.pm diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index c8713950c..29289ff96 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -502,7 +502,7 @@ action. The hook's return values are discarded. -=item delay_flash_on_redirect +=item C May be overridden by a controller. If this method returns true, redirect_to will delay all flash messages for the current request. Defaults to false for