CmdCustom

- After injecting custom filter, re-parse.
This commit is contained in:
Paul Beckingham 2014-04-26 13:26:54 -07:00
parent d70df55c2d
commit 2e0b7c8052

View file

@ -95,6 +95,8 @@ int CmdCustom::execute (std::string& output)
t->tag ("FILTER");
}
context.a3t.parse ();
context.a3.categorize ();
context.a3.dump ("A3::categorize");