* Fix broken 'check for update' button on configupdate.jsp

* history for prop from test3, -16
This commit is contained in:
zzz
2009-08-20 04:13:39 +00:00
parent 7782970d51
commit 9225d01b29
3 changed files with 56 additions and 2 deletions

View File

@ -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())