Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjunkes committed Jan 8, 2021
1 parent 6b22057 commit 2e4fdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/one.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ component {
var nextPreserveKey = '';
var oldKeyToPurge = '';
try {
sessionLock(function() localmode = "classic" {
sessionLock(function(){
if ( variables.framework.maxNumContextsPreserved > 1 ) {
sessionDefault( '__fw1NextPreserveKey', 1 );
nextPreserveKey = sessionRead( '__fw1NextPreserveKey' );
Expand Down

0 comments on commit 2e4fdf0

Please sign in to comment.