projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cfed42
)
Warnung wenn kein cookie übergeben wurde
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 26 Oct 2011 13:19:49 +0000
(15:19 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 26 Oct 2011 13:19:49 +0000
(15:19 +0200)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
7ca8d0b
..
37586b8
100644
(file)
--- a/
SL/Auth.pm
+++ b/
SL/Auth.pm
@@
-512,7
+512,7
@@
sub restore_session {
my $self = shift;
$session_id = $::request->{cgi}->cookie($self->get_session_cookie_name());
- $session_id =~ s|[^0-9a-f]||g;
+ $session_id =~ s|[^0-9a-f]||g
if $session_id
;
$self->{SESSION} = { };