]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Auth/SessionValue.pm
Session Content: Race condition gehoben
[kivitendo-erp.git] / SL / Auth / SessionValue.pm
index 3cc80bb6fdf832ed323deba53f4a33550a5fd27e..a3264e52d29260d6c0a02086d1a5e19bbf9d9361 100644 (file)
@@ -16,7 +16,7 @@ sub new {
 
   my $self = bless {}, $class;
 
-  map { $self->{$_} = $params{$_} } qw(auth key value auto_restore);
+  map { $self->{$_} = $params{$_} } qw(auth key value auto_restore modified);
 
   $self->{fetched} =                  exists $params{value};
   $self->{parsed}  = !$params{raw} && exists $params{value};