Hopefully the last one...

This commit is contained in:
Chris 2012-03-17 12:18:54 +00:00
parent da3a8b385d
commit 698f9cb5fb

View File

@ -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();