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:
f90fcfb
)
assert darf login nicht asu form holen, weil das vom User überschrieben werden kann.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 20 May 2011 11:05:13 +0000
(13:05 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 20 May 2011 11:08:36 +0000
(13:08 +0200)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
109b75c
..
77ea226
100644
(file)
--- a/
SL/Auth.pm
+++ b/
SL/Auth.pm
@@
-1095,7
+1095,7
@@
sub assert {
$::lxdebug->enter_sub(2);
my ($self, $right, $dont_abort) = @_;
- if ($self->check_right($::
form->
{login}, $right)) {
+ if ($self->check_right($::
myconfig
{login}, $right)) {
$::lxdebug->leave_sub(2);
return 1;
}