bugfix. initialize counter for plugins of type generic.

This commit is contained in:
Teja 2015-02-07 19:23:07 +01:00
parent be9021d377
commit 7b92fb27c0

View file

@ -287,7 +287,8 @@ def _process_template_configs(name, implementation, configs, rules):
navbar=1,
sidebar=1,
tab=1,
settings=1
settings=1,
generic=1
)
includes = defaultdict(list)