From 0475f0bb2fa7ee2f211c67f8df68b014c7fbd213 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 21 Sep 2018 21:29:17 +1200 Subject: Add runtime module {,un}loading --- Plugin/Timezone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugin/Timezone.pm') diff --git a/Plugin/Timezone.pm b/Plugin/Timezone.pm index 5e649b1..a8a8fcc 100644 --- a/Plugin/Timezone.pm +++ b/Plugin/Timezone.pm @@ -16,7 +16,7 @@ sub configure { IdaliusConfig::assert_dict($config, $self, "timezone"); - $cmdref->("time", sub { $self->time(@_); } ); + $cmdref->($self, "time", sub { $self->time(@_); } ); return $self; } -- cgit v1.1