Argh, typos.

This commit is contained in:
Chris 2012-04-13 14:22:50 +01:00
parent 54f7d34e0d
commit 3aee4fecb4

View File

@ -133,7 +133,7 @@ sub load_method {
dbh => $self -> {"dbh"},
settings => $self -> {"settings"},
app => $self -> {"app"}, # Methods shouldn't actually need access to app, but add it anyway in case.
logger => $slef -> {"logger"});
logger => $self -> {"logger"});
while(my $param = $paramh -> fetchrow_hashref()) {
$settings{$param -> {"name"}} = $param -> {"value"};
}