[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 736136102c6fc01fbc9d70358e6e457a09687944
Ivan
ivan at 420.am
Sun Nov 17 15:56:30 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 736136102c6fc01fbc9d70358e6e457a09687944 (commit)
from f2db9bfd9d1a20a494899e8eb8b0d7795a3189ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 736136102c6fc01fbc9d70358e6e457a09687944
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Nov 17 15:56:23 2013 -0800
don't redirect to a GET with sensitive data, RT#26099
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 80d8296..2c506ff 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -6,7 +6,7 @@ use vars qw( $AUTOLOAD @ISA @EXPORT_OK $DEBUG
$conf $conf_encryption $money_char $lat_lower $lon_upper
$me
$nowarn_identical $nowarn_classload
- $no_update_diff $no_check_foreign
+ $no_update_diff $no_history $no_check_foreign
@encrypt_payby
);
use Exporter;
@@ -47,6 +47,7 @@ $me = '[FS::Record]';
$nowarn_identical = 0;
$nowarn_classload = 0;
$no_update_diff = 0;
+$no_history = 0;
$no_check_foreign = 0;
my $rsa_module;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Record.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list