summaryrefslogtreecommitdiff
path: root/common.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-10 21:40:09 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-10 21:40:09 +0000
commit76764f45c77fcda19f69ab4b99d248bf6319d3c9 (patch)
tree00bb608d972e1d245c11feaf2f81fd391eda6d38 /common.pl
parent2a16f8ab8169da7d32c0d192756b6aff441a4644 (diff)
Correcting error of losing ->{vc} on redirect
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1376 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'common.pl')
-rw-r--r--common.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.pl b/common.pl
index 71026b0a..6c68cc95 100644
--- a/common.pl
+++ b/common.pl
@@ -27,7 +27,7 @@ sub redirect {
my ( $script, $argv ) = split( /\?/, $form->{callback} );
my @common_attrs = qw(
- dbh login favicon stylesheet titlebar password custom_db_fields
+ dbh login favicon stylesheet titlebar password custom_db_fields vc
);
if ( !$script ) { # http redirect to login.pl if called w/no args