summaryrefslogtreecommitdiff
path: root/LedgerSMB
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-xLedgerSMB/Form.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index cb109a56..6dcaec79 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -57,7 +57,8 @@ sub new {
elsif ($ARGV[0]) {
$_ = $ARGV[0];
}
-
+
+ my $self = {};
%$self = split /[&=]/;
for (keys %$self) { $self->{$_} = unescape("", $self->{$_}) }