stubs for su3 news

This commit is contained in:
zzz
2014-08-31 14:12:18 +00:00
parent 053ce88743
commit 6826ba05e7
7 changed files with 23 additions and 4 deletions

View File

@ -32,6 +32,7 @@ public class ConfigUpdateHelper extends HelperBase {
/** hack to replace the old news location with the new one, even if they have saved
the update page at some point */
public static String getNewsURL(I2PAppContext ctx) {
// TODO SU3
String url = ctx.getProperty(ConfigUpdateHandler.PROP_NEWS_URL);
if (url != null && !url.equals(ConfigUpdateHandler.OLD_DEFAULT_NEWS_URL))
return url;