diff --git a/lib/config/configitembuilder.cpp b/lib/config/configitembuilder.cpp index 1334d202e..16dab1194 100644 --- a/lib/config/configitembuilder.cpp +++ b/lib/config/configitembuilder.cpp @@ -94,7 +94,7 @@ ConfigItem::Ptr ConfigItemBuilder::Compile(void) templateArray->Add(m_Name); exprs->Add(make_shared(&Expression::OpSet, - MakeArray(MakeArray(MakeLiteral("templates")), OpSetLiteral), + MakeArray(MakeArray(MakeLiteral("templates")), OpSetAdd), make_shared(&Expression::OpLiteral, templateArray, m_DebugInfo), m_DebugInfo));