* Fix broken 'check for update' button on configupdate.jsp
* history for prop from test3, -16
This commit is contained in:
@ -51,7 +51,7 @@ public class ConfigUpdateHandler extends FormHandler {
|
||||
|
||||
@Override
|
||||
protected void processForm() {
|
||||
if ("Check for update now".equals(_action)) {
|
||||
if (_action != null && _action.startsWith("Check")) {
|
||||
NewsFetcher fetcher = NewsFetcher.getInstance(I2PAppContext.getGlobalContext());
|
||||
fetcher.fetchNews();
|
||||
if (fetcher.shouldFetchUnsigned())
|
||||
|
Reference in New Issue
Block a user