From 80c02740d0a99df96fa40e3f3d5bad4ea2e0e2ae Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 22 Sep 2013 11:25:11 -0400 Subject: Translate listformatter properly --- modules/commands/cs_mode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_mode.cpp') diff --git a/modules/commands/cs_mode.cpp b/modules/commands/cs_mode.cpp index e4ca072aa..c40678a5f 100644 --- a/modules/commands/cs_mode.cpp +++ b/modules/commands/cs_mode.cpp @@ -422,7 +422,7 @@ class CommandCSMode : public Command } else { - ListFormatter list; + ListFormatter list(source.GetAccount()); list.AddColumn("Mode").AddColumn("Param").AddColumn("Creator").AddColumn("Created"); for (ModeLocks::ModeList::const_iterator it = mlocks.begin(), it_end = mlocks.end(); it != it_end; ++it) -- cgit