Moved I2PProperties callback to the RouterContext.

This commit is contained in:
mathiasdm
2011-01-07 17:09:27 +00:00
parent 9b0c42ca6f
commit 7710b22cfd
6 changed files with 74 additions and 47 deletions

View File

@ -19,7 +19,7 @@ public class ContentHelper extends HelperBase {
_startAtBeginning = Boolean.valueOf(""+moo).booleanValue();
}
public void setLang(String l) {
if(_lang == null || !_lang.equals(l)) {
if((_lang == null || !_lang.equals(l)) && (l != null)) {
//Set language for router console
_lang = l;