fix bug preventing stats page from counting custom types (#45)
This commit is contained in:
@@ -791,7 +791,7 @@ face_type_extended_statistic :=
|
|||||||
)
|
)
|
||||||
split := split_space_statistic(trim(types))
|
split := split_space_statistic(trim(types))
|
||||||
count := length(split)-1
|
count := length(split)-1
|
||||||
for x from 0 to count do (ifresult := result + "," + split[x])
|
for x from 0 to count do (result := result + "," + split[x])
|
||||||
result
|
result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user