summaryrefslogtreecommitdiff
path: root/FS/FS/Record.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-11-17 15:54:35 -0800
committerIvan Kohler <ivan@freeside.biz>2013-11-17 15:54:35 -0800
commit506e9a0e82676ce8141326fbb98972044476168b (patch)
treee1892fba3bb595314917b02603f9fe6cd69c83c6 /FS/FS/Record.pm
parente20da7110c624325f2a81a9d720d3493f7263ecc (diff)
don't redirect to a GET with sensitive data, RT#26099
Diffstat (limited to 'FS/FS/Record.pm')
-rw-r--r--FS/FS/Record.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 1a88c3acd..05deaef1e 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -42,6 +42,7 @@ our $me = '[FS::Record]';
our $nowarn_identical = 0;
our $nowarn_classload = 0;
our $no_update_diff = 0;
+our $no_history = 0;
our $no_check_foreign = 1; #well, not inefficiently in perl by default anymore