From 506e9a0e82676ce8141326fbb98972044476168b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 17 Nov 2013 15:54:35 -0800 Subject: [PATCH] don't redirect to a GET with sensitive data, RT#26099 --- FS/FS/Record.pm | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0