diff options
-rw-r--r-- | common.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,9 +44,9 @@ sub redirect { $temphash{$_} = $form->{$_}; } - require "bin/$script"; undef $form; $form = new Form($argv); + require "bin/$script"; for (@common_attrs){ $form->{$_} = $temphash{$_}; |