summaryrefslogtreecommitdiff
path: root/LedgerSMB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB.pm')
-rwxr-xr-xLedgerSMB.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/LedgerSMB.pm b/LedgerSMB.pm
index 6f32167d..37652d5b 100755
--- a/LedgerSMB.pm
+++ b/LedgerSMB.pm
@@ -139,6 +139,7 @@ sub new {
bless $self, $type;
my $query = ($argstr) ? new CGI($argstr) : new CGI;
my $params = $query->Vars;
+ $self->{VERSION} = $VERSION;
$self->merge($params);