Error fixes

This commit is contained in:
Alejandro Gallardo Escobar 2015-01-19 17:45:13 +01:00
parent 931cb86842
commit f03e854110
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ TreeController = {
// Load the status counters
var hasCounters = _processNodeCounters($content, element.counters, element.type);
if ((elementType == "group" || elementType == "tag")
if ((element.type == "group" || element.type == "tag")
&& (controller.shouldHaveCounters && !hasCounters))
return;