Hopefully the last one...
This commit is contained in:
parent
da3a8b385d
commit
698f9cb5fb
2
Auth.pm
2
Auth.pm
@ -96,7 +96,7 @@ sub init {
|
||||
dbh => $self -> {"dbh"},
|
||||
settings => $self -> {"settings"},
|
||||
app => $self -> {"app"})
|
||||
or "Unable to create AuthMethods object: ".$AuthMethods::errstr;
|
||||
or return "Unable to create AuthMethods object: ".$AuthMethods::errstr;
|
||||
|
||||
$self -> {"ANONYMOUS"} = $self -> {"app"} -> anonymous_user();
|
||||
$self -> {"ADMINTYPE"} = $self -> {"app"} -> adminuser_type();
|
||||
|
Loading…
x
Reference in New Issue
Block a user