I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 28da1727 authored by zzz's avatar zzz
Browse files

* configstats.jsp: Fix NPE when no stats checked (thanks nothome27!)

parent 14099ace
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ public class ConfigStatsHandler extends FormHandler {
public ConfigStatsHandler() {
super();
_stats = new ArrayList();
_graphs = "";
_explicitFilter = false;
_isFull = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment