summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.pl b/common.pl
index 3c25498c..54dcb246 100644
--- a/common.pl
+++ b/common.pl
@@ -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{$_};