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_flags.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_flags.cpp') diff --git a/modules/commands/cs_flags.cpp b/modules/commands/cs_flags.cpp index cc0f6798f..984c0089c 100644 --- a/modules/commands/cs_flags.cpp +++ b/modules/commands/cs_flags.cpp @@ -267,7 +267,7 @@ class CommandCSFlags : public Command return; } - ListFormatter list; + ListFormatter list(source.GetAccount()); list.AddColumn("Number").AddColumn("Mask").AddColumn("Flags").AddColumn("Creator").AddColumn("Created"); -- cgit