forked from I2P_Developers/i2p.i2p
Console: Fix inadvertent config save when clicking restart or shutdown
on /configstats
This commit is contained in:
@ -31,7 +31,9 @@ public class ConfigStatsHandler extends FormHandler {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void processForm() {
|
protected void processForm() {
|
||||||
saveChanges();
|
if (_action != null && _action.equals("foo")) {
|
||||||
|
saveChanges();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setFilename(String filename) {
|
public void setFilename(String filename) {
|
||||||
|
Reference in New Issue
Block a user