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:
28ceea7
)
Typo in comments
author
G. Richardson
<information@kivitendo-premium.de>
Fri, 27 May 2016 10:39:43 +0000
(12:39 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Wed, 1 Jun 2016 12:48:34 +0000
(14:48 +0200)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
8b7ea55
..
baa1eda
100644
(file)
--- a/
SL/Auth.pm
+++ b/
SL/Auth.pm
@@
-516,7
+516,7
@@
sub restore_session {
$form = $main::form;
- # Don't fail if the auth DB doesn't yet.
+ # Don't fail if the auth DB doesn't
exist
yet.
if (!( $dbh = $self->dbconnect(1) )) {
return $self->session_restore_result(SESSION_NONE());
}