forked from I2P_Developers/i2p.i2p
Console: Don't disable updates when restarting from /configupdate
Recognize router.newsRefreshFrequency=0 as "never"
This commit is contained in:
@@ -170,6 +170,9 @@ public class ConfigUpdateHandler extends FormHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!_action.equals(_("Save")))
|
||||
return;
|
||||
|
||||
Map<String, String> changes = new HashMap<String, String>();
|
||||
|
||||
if ( (_newsURL != null) && (_newsURL.length() > 0) ) {
|
||||
|
||||
Reference in New Issue
Block a user