* 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() {
|
public ConfigStatsHandler() {
|
||||||
super();
|
super();
|
||||||
_stats = new ArrayList();
|
_stats = new ArrayList();
|
||||||
|
_graphs = "";
|
||||||
_explicitFilter = false;
|
_explicitFilter = false;
|
||||||
_isFull = false;
|
_isFull = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user