[Bps-public-commit] r19195 - in RT-FormTools: .
sartak at bestpractical.com
sartak at bestpractical.com
Tue Apr 14 16:09:44 EDT 2009
Author: sartak
Date: Tue Apr 14 16:09:43 2009
New Revision: 19195
Modified:
RT-FormTools/ (props changed)
RT-FormTools/html/FormTools/Form
Log:
r82139 at onn: sartak | 2009-04-13 19:21:59 -0400
forbid_persisting is a hashref not a hash
Modified: RT-FormTools/html/FormTools/Form
==============================================================================
--- RT-FormTools/html/FormTools/Form (original)
+++ RT-FormTools/html/FormTools/Form Tue Apr 14 16:09:43 2009
@@ -96,7 +96,7 @@
% foreach my $key (keys %request_args) {
% next if (ref $request_args{$key} && ref $request_args{$key} ne 'ARRAY');
% foreach my $val ( ref ($request_args{$key}) ? @{$request_args{$key}} : ($request_args{$key})) {
-% next if $forbid_persisting{$key};
+% next if $forbid_persisting->{$key};
<input type="hidden" name="<%$key%>" value="<%$val%>" />
% }
% }
More information about the Bps-public-commit
mailing list