* configstats.jsp: Fix NPE when no stats checked (thanks nothome27!)
This commit is contained in:
@ -25,6 +25,7 @@ public class ConfigStatsHandler extends FormHandler {
|
||||
public ConfigStatsHandler() {
|
||||
super();
|
||||
_stats = new ArrayList();
|
||||
_graphs = "";
|
||||
_explicitFilter = false;
|
||||
_isFull = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user