don't redirect to a GET with sensitive data, RT#26099
[freeside.git] / FS / FS / Record.pm
index 1a88c3a..05deaef 100644 (file)
@@ -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