Gah, more braino.

This commit is contained in:
Chris 2012-03-17 12:17:15 +00:00
parent 94428abda8
commit da3a8b385d

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 "Unable to create AuthMethods object: ".$AuthMethods::errstr;
$self -> {"ANONYMOUS"} = $self -> {"app"} -> anonymous_user();
$self -> {"ADMINTYPE"} = $self -> {"app"} -> adminuser_type();