oOo's timestamper fixes (wtf was i thinking with those web params? !thwap)
This commit is contained in:
@ -180,7 +180,7 @@ public class Timestamper implements Runnable {
|
||||
String disabled = _context.getProperty(PROP_DISABLED);
|
||||
if (disabled == null)
|
||||
disabled = DEFAULT_DISABLED + "";
|
||||
_disabled = Boolean.getBoolean(disabled);
|
||||
_disabled = Boolean.valueOf(disabled).booleanValue();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user