-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.3
-
Component/s: None
The file usage-stats.vm from the Confluence Usage Stats plugin contains the line
#if ($key == "blogbost")
this should probably be
#if ($key == "blogpost")
It would also help if there is some documentation for this plugin so that users do not need to decompile it to see what the parameters are.