From 21664767f0a9d6f6c7d81c46efa84f725d1bd1f3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 13 Aug 2019 17:01:25 +0100 Subject: Move the Module parameter of ExtensionItem et al to the start. This matches what other ServiceProvider types do. --- src/listmode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/listmode.cpp') diff --git a/src/listmode.cpp b/src/listmode.cpp index fec5050ba..5020d0b10 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -25,7 +25,7 @@ ListModeBase::ListModeBase(Module* Creator, const std::string& Name, char modech , endoflistnumeric(eolnum) , endofliststring(eolstr) , tidy(autotidy) - , extItem(name + "_mode_list", ExtensionItem::EXT_CHANNEL, Creator) + , extItem(Creator, name + "_mode_list", ExtensionItem::EXT_CHANNEL) { list = true; } -- cgit v1.3.1-10-gc9f91