From 49757f734edade3545589095e7446bd167e2c09a Mon Sep 17 00:00:00 2001 From: Manager Bot Date: Mon, 7 Nov 2022 19:42:44 +0000 Subject: [PATCH] Now pls? --- Web/lib/MJB/Web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/lib/MJB/Web.pm b/Web/lib/MJB/Web.pm index 9a85d2a..fa747ea 100644 --- a/Web/lib/MJB/Web.pm +++ b/Web/lib/MJB/Web.pm @@ -23,7 +23,7 @@ sub startup ($self) { push @{$self->plugins->namespaces}, 'MJB::Web::Plugin'; # Load the MJB::Web::Plugin::Nginx plugin. - $self->plugins->load_plugin('Nginx'); + $self->plugin('Nginx'); $self->helper( db => sub { return state $db = MJB::DB->connect($config->{database}->{mjb});